Please send questions to st10@humboldt.edu .
<!-- modified from Ann Burroughs CIS318Lab12.html -->

<html>

<head>
<title> TryJDBCApplet1 </title>
</head>

<body>

<h3 align=center>
CIS 480 - Advanced Java<br>
TryJDBCApplet1
</h3>

<applet
	width="300" height="200" code="TryJDBCApplet1.class"
	codebase="http://www.humboldt.edu/~st10/classes"
	archive = "http://www.humboldt.edu/~aeb3/drivers/lib/classes111.zip">
</applet>

</body>

</html>