PDA

View Full Version : Countdown scripts for all browsers?


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

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

magicyte
07-07-2008, 07: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, 07:12 PM
My bad. Use new Date(), .getDate(), and navigator.appName. That should do it.

-magicyte