ET Subject Ticker - Example

Next applet

It is also possible to link a message item to a new message within the applet as this example illustrates. Just put a $ character in front of the URL to an input file, and it will be loaded.

The applet above have three different input files (InputRed.txt, InputBlue.txt, InputGreen.txt) linked to each other.

<applet code="ET_SubjectTicker.class" width="400" height="20">

<!--The file where the messages can be found.-->
<param name="InputFile" value="InputRed.txt">

<!--Underline the headline part if it is a link.-->
<param name="HeadlineUnderline" value="auto">

</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-2000 Entanke. Visit us at http://www.entanke.se/ for more information.