Java™ - a simple scroller applet
You can easily use JavaScript to create different outputs for different browsers. You may simply check the browser and then generate a browser typical output:
This is the same applet with white background colour and green font color:
param name
param value
param meaning
filescrolling.txtspezifies the file containing the data to be displayed
foreground00FF00is the foreground color as a hex value
backgroundFFFFFFis the background color as a hex value
font14, Arial, BOLDfont size, font name and (optional)
font style (BOLD and/or ITALIC)
speeddelay60gives the speed of the animation (milliseconds between redrawing)
the smaller the value, the faster ist the animation
msgdelay1000time in milliseconds to wait before the animation goes on
left30similar to
text-indent when using CSSthe text starts 30 pixels from left border
Download info:
mirror 2 is
mirror 2 is
mirror 3 is
If you need more information on how to embed a Java™ applet using XHTML compliant code have a look at the document 04_content_java_embed.php.



