ET Image Button - Example

Next applet

<applet code="ET_ImageButton.class" width="140" height="37">

<!--The images that defines the button-->
<param name="ButtonImage" value="Button.gif">
<param name="ButtonImageOver" value="ButtonOver.gif">
<param name="ButtonImageClick" value="ButtonClick.gif">

<!--The button URL.-->
<param name="URL" value="Link.html">
<param name="URLText" value="Click here!">

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


© 1997-2000 Entanke. Visit us at http://www.entanke.se/ for more information.