|
EXAMPLE
Countdown To December 31, 2007,
12:00:00
1) Insert the following
script
in the <HEAD> section of the page.
2) Insert the following HTML
code in the <BODY> section where you want the countdown to
appear in the page.
3) Look for this piece of
code in the script to set the date and the time to the countdown:
var now = new Date();
var event = new Date("Dec 31 2007 12:00:00");
|