Basic HTML version of Foils prepared 2 October 98

Foil 7 The HTML and JavaScript to Access Example Java Code

From Netscape's LiveConnect Technology CPS640 Internet and Multimedia Technologies -- April 98. by Marek Podgorny,Nancy McCracken


1 <html>
2 <applet name=hello
3 code=Hello.class
4 width=200 height=100>
5 </applet>
6 <form >
7 <input name="In" type=text size=35>
8 <input type=button value="Set"
9 onclick="document.hello.setString(form.In.value)">
10 <br>
11 <input name="Out" type=text size=35>
12 <input type=button value="Get"
13 onclick="form.Out.value=document.hello.getString()">
14 </form>
15 </html>

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998