
More JavaScript Clocks
Analogue Clock | Alarm Clock | Basic Clock | Binary Clock | Button Time | Military 12 Hour | Corner Clock | Stop Watch | Current Date 1 | Current Date 2 | Current Date 3 | Current Date 4 | Holidays Notification | Current Time | Current Week | Week of the year | Date Time | Long Date Time | How Many Days | Digital Clock | Future Date | ISO Clock Standard | Live Clock | On Off Clock | Proper Date | Scroll Clock | A Silly Clock | Christmas Count Down | Time In Words | Title Bar Clock | Digital Wall Clock | Week Dates | World Times | World Clocks
Description
This JavaScript example will display a JavaScript clock with an optional on/off switch, if tuned off and then back on it will instantly catch up to the correct time again...View A Script Demo
This JavaScript example will display a JavaScript clock with an optional on/off switch, if tuned off and then back on it will instantly catch up to the correct time again...View A Script Demo
Do you find it confusing setting up these script?
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
Java Scripts Magic can do all the hard work for you all At The Touch Of A Button.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY Background=../graphics/grayback.jpg onload="TOfunc()">
<center><BR><BR><BR>
<script language="JavaScript">
var enabled = 0;
function TOfunc() {
TO = window.setTimeout( "TOfunc()", 1000 );
var today = new Date();
document.forms[0].elements[0].value = today.toString();
}
</SCRIPT>
<script language="JavaScript">
function Stopfunc() {
clearTimeout(TO);
var enabled = 0;
}
</SCRIPT>
<FORM>
<input type="text" name="disp" value="" size=25 onFocus="this.blur()"><br>
<input type="radio" name="rad" value="OFF" onClick="Stopfunc();"> OFF
<input type="radio" name="rad" value="ON" checked onClick="TOfunc();"> ON<br>
</form>
</center>
</BODY>
</HTML>
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="TextPad 4.4">
<LINK href="general.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY Background=../graphics/grayback.jpg onload="TOfunc()">
<center><BR><BR><BR>
<script language="JavaScript">
var enabled = 0;
function TOfunc() {
TO = window.setTimeout( "TOfunc()", 1000 );
var today = new Date();
document.forms[0].elements[0].value = today.toString();
}
</SCRIPT>
<script language="JavaScript">
function Stopfunc() {
clearTimeout(TO);
var enabled = 0;
}
</SCRIPT>
<FORM>
<input type="text" name="disp" value="" size=25 onFocus="this.blur()"><br>
<input type="radio" name="rad" value="OFF" onClick="Stopfunc();"> OFF
<input type="radio" name="rad" value="ON" checked onClick="TOfunc();"> ON<br>
</form>
</center>
</BODY>
</HTML>
If you have a Business Proposal that you think may be of interest to us here at Best Download Sites please contact us to discuss the matter in further detail

