ET Text Scroll - Example



Next example

<applet code="ET_TextScroll.class" width="140" height="100">

<!--The background color of the applet.-->
<param name="BGColor" value="FFf2d0">

<!--Border color. No border if not specified.-->
<param name="BorderColor" value="000000">

<param name="Text" value="
<h>ET Text Menu</h>
<br>
Use the html-like syntax to format the text with headers and <url Link.html>links</url> in the text.
<br><br><pause 4000>
You can also control the speed of the scroll and make it pause as you like.
<ff>
Another nice feature is that you can have a one pixel border around the applet. No need to hassle any more with tables or graphics to achieve that effect.
<page>
">

</applet>

The source shown above is not exactly the same as for the example, as it assumes that the class files are in the same directory as the html file. The source above also assumes an unregistered applet as it does not have the NumericalKey parameter (this removes the intro text in the applet).


© 1997-98 Entanke. Visit us at http://www.entanke.se/ for more information.