<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin startday =newDate(); clockStart =
startday.getTime(); function
initStopwatch(){ var
myTime =newDate(); var
timeNow =
myTime.getTime(); var
timeDiff =
timeNow -
clockStart; this.diffSecs
=
timeDiff/1000; return(this.diffSecs);
} function
getSecs(){ var
mySecs =
initStopwatch(); var
mySecs1 =""+mySecs; mySecs1=
mySecs1.substring(0,mySecs1.indexOf("."))+" secs."; document.Time.timespent.value=
mySecs1 window.setTimeout('getSecs()',1000);
} function
Go()
{ window.setTimeout('getSecs()',1)
} window.onload=
Go; // End --> </script> <FORMname="Time">
<input
size=9name=timespent>
</FORM>