Christmas 2001 Countdown



Countdown counts the seconds, minutes, hours, days and years to a specific target date. Countdown takes as parameter 'CountdownDate' a target date (eg December 25, 2000).

If you would like to place this applet on your page, simply paste this code into the HTML source, and remember to change the CountdownDate parameter. For greater customization, we advise the EnhancedCountdown applet.

<applet code="Countdown.class" name="Countdown" width="550" height="40"
  codebase="http://www.fan.net.au/~dodo/java/applets/countdown/">
  <param name="CountdownDate" value="December 25, 2000">
</applet>

The source.