Width and height as below 100 or more (WIDTH above same) 100 or more (HEIGHT above same) applet background red as in body bgcolor="#rrggbb" applet background green applet background blue a relative link only to exit to message in status bar 1 to 20, scrolling speed (20 fastest) 100 or more but less than xwidth any place less than xwidth to left justify text 10 to 16 1 for PLAIN or 2 for BOLD only Now type in the messages lines as seen per line (only 10 lines or less) param name must be line1, line2 etc. blank lines need at least one space
<APPLET CODE="mothflut.class" NAME="MOTHFLUT" WIDTH=300 HEIGHT=100 >Width and height as below
<PARAM NAME="xwidth" VALUE="300"> 100 or more (WIDTH above same)
<PARAM NAME="ywidth" VALUE="100"> 100 or more (HEIGHT above same)
<PARAM NAME="bgcolorred" VALUE="FF"> applet background red as in body bgcolor="#rrggbb"
<PARAM NAME="bgcolorgreen" VALUE="FF"> applet background green
<PARAM NAME="bgcolorblue" VALUE="BB"> applet background blue
<PARAM NAME="destination" VALUE="javamore.htm"> a relative link only to exit to
<PARAM NAME="message" VALUE="Go to more Java ?"> message in status bar
<PARAM NAME="scrollspeed" VALUE="2"> 1 to 20, scrolling speed (20 fastest)
<PARAM NAME="mothxlimit" VALUE="400"> 100 or more but less than xwidth
<PARAM NAME="xstarttext" VALUE="0"> any place less than xwidth to left justify text
<PARAM NAME="fontsize" VALUE="12"> 10 to 16
<PARAM NAME="fonttype" VALUE="2"> 1 for PLAIN or 2 for BOLD only
Now type in the messages lines as seen per line (only 10 lines or less)
<PARAM NAME="line1" VALUE="This website is being moved to a new address"> param name must be line1, line2 etc.
<PARAM NAME="line2" VALUE=" http://www.chemecology.net">
<PARAM NAME="line3" VALUE=" "> blank lines need at least one space
<PARAM NAME="line4" VALUE="please update your bookmarks/favorites">
<PARAM NAME="line5" VALUE="...John Byers">
</APPLET>