Author: Unknown
| This applet produces a countdown clock that can be programmed to count down to a specific event. To add this applet to your page, follow the directions below. |
| 1. Download icltimer 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="icltimer" width=190 height=58 align=absmiddle> <param name=ledcolor value=red> <param name=backcolor value=black> <param name=framecolor value=black> <param name=days-digits value=1> <param name=year value=98> <param name=month value=03> <param name=date value=02> <param name=hour value=59> <param name=minute value=59> <param name=second value=59> <param name=href value="http://www.spacejobs.com/"> <param name=title value="My Birthday"> <font size=-1>You will need a Java capable browser to view this applet!</font><p> </applet> |