Forum Moderators: open

Message Too Old, No Replies

Any Script to keep time.

Any Script to keep time.

         

sireesha

8:49 am on Dec 19, 2003 (gmt 0)

10+ Year Member



Hi,

Is there any script which keeps time?

As we have in e-tests, which alerts the time remaining & stops user to make any further changes after some pre determined time.

Thanks in Advance.
Sireesha

Purple Martin

5:48 am on Dec 20, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have a play with JavaScript's Date object, and it's various methods including getMinutes() and getSeconds(). There are lots of sample scripts available that do all sorts of things with time.