The following HTML-tags are used to cause the applets behavior as seen above:

<applet code="OneLetterScroll.class" width=100 height=100>  
 <param name="AUTHOR" value="">  
 <param name="MSG" value="BASSLAB">
 <param name="DELAY" value="200">
</applet> 

AUTHOR: 
  • Must always be "" as I'm the author.
MSG: 
  • The word you'd like to display. (Whole sentences might not be a hit...)
DELAY:
  • The time in hundreds of a second to delay between the displaying of the letters. Default is 150 hundreds of a second.
WIDTH and HEIGHT: 
  • Are not parameters for the actual applet, but must still be used as the applet calculates it's size from them. As the font Helvetica (Arial in Win95 and Adobe-Helvetica in UNIX) is rather square, the HEIGHT-tag is used.as WIDTH too if they're not equal. No default size is used!

Download the necessary files here!


Back to Håkan's homepage?
Ups!