james0812
07-04-2003, 05:51 PM
Is it possible to make a count down script with - day, hour, second and also trillion milliseconds ...?
Just want to give a impression it's fast moving....
many thanks
James
Philip M
07-04-2003, 06:45 PM
There are many such scripts in the public domain.
Try for example:-
http://javascript.internet.com/clocks/countup-down.html
and other similar scripts on that site.
james0812
07-04-2003, 07:28 PM
Yes I know there are many scripts available in public domain but I can't find what I want : counting down in trillion milliseconds ...
wickford
07-04-2003, 09:44 PM
I don't think that's possible, as setTimeout only counts up/down in milliseconds. I may be wrong though.
james0812
07-04-2003, 10:55 PM
so it's possible counting down in milliseconds? I haven't seen any script which can do that....
brothercake
07-04-2003, 10:56 PM
I have a stopwatch script that counts down to milliseconds http://www.brothercake.com/scripts/stopwatch.php
james0812
07-05-2003, 12:32 AM
Um...very clever script...
But is it possible to set a time and then counting down (rather than counting up?) ...