Hi, i am looking for a javascript countdown that will count down an hour, and when it reaches 0, will start again. Anything?
You want a script that will count down from 59 to 0 and when it hits 0 start over at 59 again? You want it to subtract one every minute? You may want to search for a javascript function that displays the time. Then you could remove the stuff that displays the day, hour, seconds, or whatever you don't want. http://www.pageresource.com/jscript/jclock2.htm