Applet code is needed in order to run scrolltext. It is a JAVA script file with .class extension.


This is what you would code in a HTML file.

<APPLET CODE="TextScrollerApplet.class" WIDTH=600 HEIGHT=50>
Note: The width and the height are the dimensions of the scrolltext.


Parameter Name:  code 
Possible Values: Any .class file
Default:         none
Description:     This required attribute gives the 
                 name of the file that contains the 
                 applet's compiled Applet subclass.
                 This file is relative to the base 
                 URL of the applet.  It cannot be 
                 absolute.

Back to homepage.