Page 1 of 1

Countdown Boxes

Posted: Tue Apr 20, 2004 9:19 pm
by ssj4gogita4
I was wondering if anyone knew how to make a box for a countdown. Like a text box but with the countdown in it. Thanx

Posted: Tue Apr 20, 2004 10:55 pm
by feyd
javascript basics:
setInterval('update()',millisecond_interval)

update() changes the value of the textbox in this case to correspond to the amount of time, in whatever format you derive from a calculation of launch time minus local (user) machine time.

You can do this with textboxes, graphics, normal html depending on what level of browser you want to require.