Put a digital clock made with JavaScript on your website |
| Written by AnaS | |
|
This tutorial aims to explain how to create and put on your website a JavaScript digital clock.
<script type="text/javascript"> Next call the showClock() funtion from the BODY section of your HTML document by using the onLoad Event Handler, like in the following code:
<body onload="showClock()">
Great work! Now you have a JavaScript digital clock to put on your website. JavaScript digital clock example
written by Yogendra Kumar Kaushik , November 29, 2007
Hello...... I am new in this field , i am working on an application . I want to count the time of user how much time he/she logon particular section. In this case after successfull login when user enter in his particular section time count should be start. it will carry on until user logout. Can u please help me for making such clock.
written by sanjeewa , January 25, 2008
Thanz Man ...cool one for my blog . keep it going Do you need more help? Ask now!
|
|
| Last Updated ( Tuesday, 10 July 2007 ) |