IT Community - Software Programming, Web Development and Technical Support

Clock on a webpage that syncs with the Atomic clock.

This is a discussion on Clock on a webpage that syncs with the Atomic clock. within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... Can anyone tell me how can I have a clock on a webpage that syncs with the Atomic ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-16-2008, 08:31 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Clock on a webpage that syncs with the Atomic clock.

Hi all...


Can anyone tell me how can I have a clock on a webpage that syncs with the Atomic clock.


Thanks...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-16-2008, 08:33 PM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 237
Pvinothkumar is on a distinguished road
Default Re: Clock on a webpage that syncs with the Atomic clock.

Hi all...


<script language="JavaScript">
function showTime() {
if (!document.images) return;
now = new Date();
document.images["theTime"].src = 'http://tycho.usno.navy.mil/cgi-bin/xbmclock.xbm?zone=GMT&'+ now.getTime();
setTimeout('showTime()',60000); // update once a minute or they will be cross...
}
</script>

<img name="theTime" src="http://tycho.usno.navy.mil/cgi-bin/xbmclock.xbm?zone=GMT" width=192 height=28>

Thanks...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup a clock with defined alarm times which trigger another event itbarota HTML, CSS and Javascript Coding Techniques 1 03-04-2008 09:57 PM
What is a computer's clock speed? itbarota Computer Hardware 4 01-07-2008 08:58 PM
Flash Analog Clock aramesh Flash Actionscript Programming 0 12-12-2007 10:57 PM
How do I write a clock program in JavaScript? itbarota HTML, CSS and Javascript Coding Techniques 2 10-12-2007 10:55 PM
How to create a Analog style Scroll clock? bluesky HTML, CSS and Javascript Coding Techniques 1 07-22-2007 11:55 PM


All times are GMT -7. The time now is 09:20 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0