This is a discussion on instant time view within the Php and MySQL forums, part of the Programming / Scripting / Coding category; there are some websites that have the exact time and it changes. how can i do that. it looks very ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| WMT Addict | there are some websites that have the exact time and it changes. how can i do that. it looks very nice. i know that it must have a loop and that it gets the time. would it be done by making a page that auto refreshes every second showing the time? or how will it be done? thanks asgsoft |
| | |
| | #3 (permalink) |
| WMT Addict | Hey ...I know exactly what you're looking for...and in fact I have it...and because I'm a nice guy, I'm gonna give it to you for free... http://www.cridiron.hostmatrix.org/clock.js There is the javascript code...just put that in your html file and viola!
__________________ Cridiron.com |
| | |
| | #8 (permalink) |
| Newbie | Nice script. Might use it some time. Here's one that puts the clock in the title bar. copy this to the <head> or save as a file.js and call in the usual way from the <head>. <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Massimo Giari (motore@iol.it) --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var clocktext, timeday; var pagetitle = document.title; function scroll() { today = new Date(); sec = today.getSeconds(); hr = today.getHours(); min = today.getMinutes(); // 12 Hour clock fix by Michael Mann (pres@manninc.com) if (hr < 12) { timeday = " AM"; } else { timeday = " PM"; } if (hr > 12) hr = hr - 12; if (hr <= 9) hr = "0" + hr; if (min <= 9) min = "0" + min; if (sec <= 9) sec = "0" + sec; var clocktext = " - " + hr + ":" + min + ":" + sec + timeday; clocktimer = setTimeout("scroll()", 1000); document.title = pagetitle + clocktext; } if (document.all) scroll(); // End --> </script> |
| | |
| | #9 (permalink) |
| Moderator | Thanks for the code, but code needs to be in [code] tags...
__________________ Free .org domain - Click for details! Do not pm asking for things. My inbox is full. Add me to MSN! |
| | |
| Tags |
| instant, time, view |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Instant traffic from plug on huge media site! | finalfrontier | Buy and Sell Ad Space | 0 | 20-05-2008 20:32 |
| View.cc - Emotion.cc - Locate.cc | Wistow | Domain Names For Sale | 7 | 13-07-2005 17:57 |
| Emotion.cc & View.cc | Wistow | Domain Names For Sale | 7 | 17-02-2005 15:09 |