Best Download Sites Login
Site Login

On Off Clock

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


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.


<!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>
 

Business Proposal 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