View Full Version : Countdown scripts for all browsers?
Anyone got a reliable countdown script that works in all browsers
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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.