Tip: you can modify some code before running
<html><head><title>Stereo display clock</title><style type="text/css"><!--body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 4px; margin-right: 0px}A { COLOR: black; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: none } A:hover { COLOR: red; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: underline }a:active { font: 9pt "宋体"; cursor: hand; color: #FF0033 }--></style><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><script language=javaScript><!--// function clockon() {thistime= new Date()var hours=thistime.getHours()var minutes=thistime.getMinutes()var seconds=thistime.getSeconds()if (eval(hours) <10) {hours="0"+hours}if (eval(minutes) < 10) {minutes="0"+minutes}if (seconds < 10) {seconds="0"+seconds}thistime = hours+":"+minutes+":"+secondsif(document.all) {bgclocknoshade.innerHTML=thistimebgclockshade.innerHTML=thistime}if(document.layers) {document.bgclockshade.document.write('<div id="bgclockshade" >'+thistime+'</div>')document.bgclocknoshade.document.write('<div id="bgclocknoshade" >'+thistime+'</div>')document.close()}var timer=setTimeout("clockon()",200)}//--></script></head><body onLoad="clockon()"><br><br><center><font color=red face="隶书" size=6>Add the clock to the background</font></center><br><center><table border=0 bordercolor=blue borderlight=green cellpadding="0" cellspacing="0"><tr><td align=center><font size=5 color=red face="Arial, Helvetica, sans-serif"><strong>In the script display area</strong></font></td></tr><tr><td align=center height=100 width=400><div id="bgclockshade" ></div><div id="bgclocknoshade" ></div><div id="mainbody" ></div></td></tr></table></center><br><br><center><SCRIPT LANGUAGE="JavaScript"><!-- hidefunction goHist(a){ history.go(a);}//--></script></center><br><center> <br><br></body></html>
Tip: you can modify some code before running