Home > Javascript, Visual Basic, XHTML > Simple Javascript Countdown

Simple Javascript Countdown

November 15th, 2009

I need a countdown script where a user enters a specific date in the future and counts down from the current date. o Layout:
 Organize your form using field sets and labels as described in Chapter 4
 Include an HTML select for the Day of the Month
 Include an HTML select for the Month it self
 Include an HTML select for the Year
 Have a button that calls a JavaScript function named


Simple Javascript Countdown