<html> 
<body> 
<head> 
<title>Chat</title> 
</head> 
 
<p><h3> Chat Room</h3> 
Make sure that you set the port parameter equal to the
port you are actually using on your server.  
<hr> 
<applet  code = ChatClientApplet.class width=600 height=600> 
<param name=host value="gettysburg.wccnet.org"> 
<param name=port value=9000> 
</applet> 
 
</body></html>