HTML file for an embedded applet
File AppletExample.html
The file has a link back to the servlet page. Note the port number in the
URL of the link.
<html>
<head>
<title>
</title>
</head>
<body BGCOLOR = "white">
This is the applet McKoiApplet.
<P>
When you click on "GO", it shows the result of the query
"SELECT * FROM Students"
<P>
<EMBED type="application/x-java-applet;version=1.4"
CODE = "McKoiApplet.class"
ARCHIVE = "mckoidb.jar"
WIDTH = 800
HEIGHT = 300>
</EMBED>
<P>
End of applet
<P>
Click
<A HREF="http://birch.wellesley.edu:8080/examples/servlet/ServletToApplet">
here</A> to go back to the servlet.
</body>
</html>
This page has been created and is maintained by Elena Machkasova
Comments and suggestions are welcome at emachkas@wellesley.edu
Spring Semester 2002