ET Message Menu - Example


Next example

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

<!--The background image.-->
<param name="BGImage" value="Rings.gif">

<!--Position the menu.-->
<param name="S-d-SectionAlign" value="center">
<param name="S-d-SectionVAlign" value="center">

<!--Format the text items.-->
<param name="S-d-TextFont" value="Helvetica">
<param name="S-d-TextSize" value="15">

<!--The section text items-->
<param name="S-1-Text" value="Good News">
<param name="S-2-Text" value="Bad News">
<param name="S-3-Text" value="Conclusion">

<!--The section URLs.-->
<param name="S-1-URL" value="GoodNews.html">
<param name="S-2-URL" value="BadNews.html">
<param name="S-3-URL" value="Conclusion.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.