ET Image Menu - Example


Next example

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

<applet code="ET_ImageMenu.class" width="75" height="75">

<!--The applet should be light yellow when the images are loading.-->
<param name="BGColor" value="ffff2d0">

<!--The two images that defines the look of the button.-->
<param name="ButtonImage" value="Buy.gif">
<param name="ButtonImageOver" value="BuyOver.gif">

<!--The only button in this example-->
<param name="B-1-Area" value="15,20,45,35">
<param name="B-1-URL" value="Link1.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.