How to install the Applet: There are few parameters to set. Look at this simple HTML:
<applet code="merry.class" width="160" height="400">
<param name="time" value="100">
<param name="image" value="tree.jpg">
</applet>
width= - The width of the applet in pixels
height= - The height of the applet in pixel
"time"= - Time to run in seconds (60 seconds in the example)
"image"=- The Christmas tree
Click here to download all you need to install the applet ~ 44KB Applet Courtesy of Jose Demario
![]()
![]()
Please Visit
This page created August 9, 1998,
and © 1998, 1999, 2000 by R.A. Silvestri.