ET Random Image - Example

Next applet

Reload this page a couple of times to see different images.

<applet code="ET_RandomImage.class" width="160" height="160">

<!--The images.-->
<param name="B-1-Image" value="Rose.jpg">
<param name="B-2-Image" value="RedOrc.jpg">
<param name="B-3-Image" value="Stone.jpg">

<!--The links.-->
<param name="B-1-URL" value="Rose.jpg">
<param name="B-2-URL" value="RedOrc.jpg">
<param name="B-3-URL" value="Stone.jpg">

<!--New default values.-->
<param name="B-d-URLFrame" value="_self">
<param name="B-d-URLText" value="Click on the image.">

<!--White background.-->
<param name="BGColor" value="ffffff">

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