ET Message Menu - Example




Next example

This is a good example to start with when you are trying this applet on your own.

<applet code="ET_MessageMenu.class" width="100" height="100">

<!--Set the background color.-->
<param name="BGColor" value="fff2d0">

<!--The text that should be used in the applet.-->
<param name="S-1-Text" value="This is a very simple example. <br>">
<param name="S-2-Text" value="Click here.">

<!--The second section will be clickable.-->
<param name="S-2-URL" value="Link.html">

</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.