Anyone got a reliable countdown script that works in all browsers
Anyone got a reliable countdown script that works in all browsers
Simple. Use new Date() and .getDate() and all of that stuff plus use navigator.appVersion (or something like that).
-magicyte
My bad. Use new Date(), .getDate(), and navigator.appName. That should do it.
-magicyte
Bookmarks