Thread: Timers
View Single Post
Old 04-20-2004, 02:57 PM   #2 (permalink)
gcollier
Registered User
 
Join Date: Apr 2004
Posts: 5
gcollier is on a distinguished road
Timers

I realize that "Timers" is not the burning issue in JavaScript today, but I've just spent two days looking thu the web for a countdown timer with the following features:

1. Counts down for a time-period (e.g. 3 or 5 days) where time-period could be set in the code, but NOT from or to a specific date
2. Format: 71:16:35 (hrs, mins, secs)
3. Starts automatically when window opens (no need for start or stop button)
4. Can be shown in 2 or more locations on the page synchronously -- e.g., top, middle, bottom of a long page.

I know some basic things about JavaScript, but this is over my head. Any help would be appreciated. There are 5 million scripts for counting down to a date. But I was not able to find any like I've described.

The purpose of such a timer would be for effect -- obviously, no one is going to leave a page open for 3-5 days! Here's the page I want to put it on. The timer on this page now is very nice, but I don't need all the buttons on it, and I don't know how to get them off without destroying the timer. It also has to be kickstarted with a start button, and viewers can change the numbers on the timer, which I don't want. Here's the page.

http://www.home-based-business-alive.com

Thanks for any help,
Gary
gcollier is offline   Reply With Quote