Go Back Replay this slide Go Forward Table of Contents

Writing the HTML Page for the Applet


<HTML>
<title>Meeting Client Applet</title>
<center> <h1>Meeting Client</h1> </center>

The message from the MeetingServer is:
<p>

<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 500 HEIGHT = 120
codebase="http://java.sun.com/products/plugin/1.1.1/jinstall-111-win32.cab#Version=1,1,1,0">
<PARAM NAME = CODE VALUE = "MeetingClientApplet" >

<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1"
java_CODE = "MeetingClientApplet" WIDTH = 500 HEIGHT = 120
pluginspage="http://java.sun.com/products/plugin/1.1.1/plugin-install.html">
<NOEMBED></COMMENT>

</NOEMBED></EMBED>
</OBJECT>

</HTML>