Programming Tutorials

Comment on Tutorial - Sample Java Script that displays a movable clock By Rajan



Comment Added by : Rajan

Comment Added at : 2008-04-11 08:25:03

Comment on Tutorial : Sample Java Script that displays a movable clock By Rajan
Hi Jim, to get the code for this clock, right click on the page and select 'View source'. Once the file is open look for the code that starts with
"<SCRIPT language=JavaScript>
dCol='00ff00';//date colour." start copying from there. You should copy until you see "if (ns||ie)window.onload=Delay;
</SCRIPT>"

That is the code for this clock.


View Tutorial