Color Of Time Applet



Author: Sergy Alpin


This is a clock applet with changing background color. To add this applet to your page, follow the directions below.


1. Download Timecol.class and load it in your home page directory.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your page directory here" code="Timecol.class" width="125" height="20"> <param name=author value="Sergy Alpin"> </applet>


Back to the Applets!