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


<html>
<applet name=hello
code=Hello.class
width=200 height=100>
</applet>
<form >
<input name="In" type=text size=35>
<input type=button value="Set"
onclick="document.hello.setString(form.In.value)">
<br>
<input name="Out" type=text size=35>
<input type=button value="Get"
onclick="form.Out.value=document.hello.getString()">
</form>
</html>



© 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