This script allows you not only to display a ticking clock in a web page, you can also set the initial time by perl script, php etc, so that server time can be shown to client. Furthermore, if the server time is synchronized with NTP servers, the time shown in the web page will be absolutely precise. Bugs fixed: 1. Replaced setTimeout with setInterval. The setTimeout loop in v1.0 had in place will cause recursion to eat memory. 2. I optimized the second++ logic that ripples through the minutes and hours. 3. I combined the logic on seconds, minutes, hours for making 2 digits into a function call. 4. i made the seconds,minutes,hours vars global so they can easily work with the setInterval 5. Greatly reduced the delay between client time and server time due to the complex loop in v1.0
File List:
clock_2_0.htm
3Kb
des_2_0.txt
1Kb
Similar code
Analog Clock
(Popularity: ) : An Excellent Clock Just looks so real! It displays the time and date. It's size can also be adjustable. JavaScript Digital Clock
(Popularity: ) : JavaScript Digital Clock is a simple image based web clock. It reads the client's system time and then displays the ... Led Digital Clock
(Popularity: ) : This program is Led Digital Clock that shows hours,minutes and seconds simultaneously. LCD Clock
(Popularity: ) : Beautiful Lcd Clock applet that accepts 3 parameters: background color,format and blinking enable. MyClock.java
(Popularity: ) : A simple clock that will display current time. Demonstrating the use of Thread in Java Bar Clock
(Popularity: ) : It's a stylish and modern clock that use text-based progress bars to show the time, also includes the normal digital ... JTimeZones
(Popularity: ) : World TimeZones Applet with analog and digital Clocks of the Major Citys. You can easy add Citys in the SourceCode ... ProClock
(Popularity: ) : Yes another clock, but this ones different. This Javascript clock displays the date and time from a specified start date ... JClock
(Popularity: ) : It is a Component Clock that originate from the Component of JTextField. It displays Current Setting on your Computer Time.