Log in

View Full Version : Countdown scripts for all browsers?



chas
07-07-2008, 01:12 PM
Anyone got a reliable countdown script that works in all browsers

DimX
07-07-2008, 03:05 PM
http://www.dynamicdrive.com/dynamicindex6/dhtmlcount.htm

magicyte
07-07-2008, 06:30 PM
Simple. Use new Date() and .getDate() and all of that stuff plus use navigator.appVersion (or something like that).

-magicyte

magicyte
07-08-2008, 06:12 PM
My bad. Use new Date(), .getDate(), and navigator.appName. That should do it.

-magicyte