Click to See Complete Forum and Search --> : The clock javascript
hazard
01-04-2004, 08:49 AM
Hey, for the mouse trail clock http://javascript.internet.com/clocks/mouse-trail-clock.html can anyone generate a code which consists of a button which says "Date & Time", and when clicked on, the mouse trail clock then appears...please help!
Hazard
Pittimann
01-04-2004, 09:03 AM
Hi!
If you didn't alter the script, just delete the line above the closing </script> tag; it is 'if (ns||ie)window.onload=Delay;'
After that you can put something like
</script> (don't put it twice!)
<form>
<input type=button value="Date & Time" onclick="Delay()">
</form>
</BODY>
</HTML>
Cheers - Pit
hazard
01-09-2004, 12:31 PM
Hey pit - thanks for your help. the script works fine. :D