Helping ordinary people create extraordinary websites!



Attribute for <APPLET ...>
WIDTH = "width expression"

WIDTH tells how wide the applet should be. WIDTH is required.

this code produces this
<APPLET 
     CODE="MyApplet.class"
     WIDTH=150 HEIGHT=50>
     <PARAM NAME=TEXT VALUE="Yes!">
</APPLET>





Copyright 1997-2002 Idocs Inc.