Template File

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>A demo applet</title>
  </head>

  <body>
    
<h1 style="text-align:center;">A demo applet</h1>

    <div style="text-align:center;">
      <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
	      codebase="http://java.sun.com/update/1.4.2/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
	      width="WIDTH" height="HEIGHT">
	<param name="code" value="CODE">
        <param name="codebase" value="CODEBASE">
	<param name="archive" value="ARCHIVES">
	<param name="type" value="application/x-java-applet;version=1.4">
		    
        <comment>
          <applet codebase="CODEBASE"
                  archive="ARCHIVES"
 		  code="CODE"
                  width="WIDTH" height="HEIGHT">
          </applet>
	</comment>
      </object>
    </div>
    
  </body>
</html>