Javascript help

CaptainBill

Senior member
Aug 16, 2001
436
0
0
Can all Java Applets be placed into a table? I copied a sript code into my edior and then placed a table around it but it came up as an error and the applet wouldn't load? Any advice on what's wrong? Thanks.
 

CaptainBill

Senior member
Aug 16, 2001
436
0
0
Here is the applet code:


<BODY>

<P></P><!-- Insert HTML here --><APPLET id=Applet1 style="LEFT: 10px; WIDTH: 127px; TOP: 51px; HEIGHT: 175px" name=X_MenuS code=X_MenuS.class width=127 height=175 VIEWASTEXT>
<PARAM NAME="m6" VALUE="SUN,Sun web site,http://www.sun.com,_self">
<PARAM NAME="m5" VALUE="NorthenLight,NorthenLight web site,http://www.NorthenLight.com,_self">
<PARAM NAME="m4" VALUE="JavaBoutique,JavaBoutique web site,http://www.javaboutique.com,_self">
<PARAM NAME="m3" VALUE="USA NET,USA NET web site,http://www.usa.net,_self">
<PARAM NAME="m2" VALUE="Deja,Deja web site,http://www.deja.com,_self">
<PARAM NAME="m1" VALUE="Yahoo,Yahoo web site,http://www.yahoo.com,_self">
<PARAM NAME="m0" VALUE="Hotmail,Hotmail web site,http://www.hotmail.com,_self">
<PARAM NAME="alignment" VALUE="left">
<PARAM NAME="trantype" VALUE="0">
<PARAM NAME="stepcount" VALUE="15">
<PARAM NAME="menutype" VALUE="0">
<PARAM NAME="delaytime" VALUE="50">
<PARAM NAME="backcolor" VALUE="FFFFFF">
<PARAM NAME="backcoloroff" VALUE="FFFFFF">
<PARAM NAME="backcoloron" VALUE="ff8080">
<PARAM NAME="forecoloroff" VALUE="AA0000">
<PARAM NAME="forecoloron" VALUE="800000">
</APPLET>






</BODY>