<applet code="ET_MessageMenu.class" width="121" height="90">
<!--Position the text item and the image within the section.-->
<param name="S-d-VAlign" value="center">
<param name="S-d-Align" value="center">
<param name="S-d-ImagePosition" value="center">
<!--The images.-->
<param name="S-d-Image" value="Bar.gif">
<param name="S-d-ImageOver" value="BarOver.gif">
<param name="S-d-ImageClick" value="BarClick.gif">
<!--The text formatting.-->
<param name="S-d-TextColor" value="ffffff">
<param name="S-d-TextColorOver" value="ffffff">
<param name="S-d-TextColorClick" value="000000">
<param name="S-d-TextSize" value="11">
<!--The section text items.-->
<param name="S-1-Text" value="HTML Code">
<param name="S-2-Text" value="Description">
<param name="S-3-Text" value="ButtonPusher">
<param name="S-4-Text" value="Documentation">
<!--Add some extra space below the third section.-->
<param name="S-3-SectionSpacing" value="10">
<!--Where the pages should be loaded.-->
<param name="S-d-URLFrame" value="main">
<param name="S-4-URLFrame" value="_parent">
<!--What page should be loaded when the user clicks on a button.-->
<param name="S-1-URL" value="HtmlCode.html">
<param name="S-2-URL" value="Description.html">
<param name="S-3-URL" value="ButtonPusher.html">
<param name="S-4-URL" value="../ET_MessageMenu.html">
<!--How the buttons should behave.-->
<param name="S-d-StayPushed" value="true">
<param name="S-4-StayPushed" value="false">
<!--Add sound when the user clicks on a section.-->
<param name="S-d-SoundClick" value="Pling.au">
</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).
|