Using layers, JavaScript can display a real-time clock your page. This is a really professional way to add that special touch to your web page. And, watch as the clock on your page updates every second. All done without using forms.
Currently, it's
Add the below code to the <body> section of your page:
<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin function
MakeArrayday(size){ this.length=size; for(var
i =1;
i <=size;
i++){ this[i]="";
} returnthis;
} function
MakeArraymonth(size){ this.length=size; for(var
i =1;
i <=size;
i++){ this[i]="";
} returnthis;
} function
funClock(){