ภาษาไทย
<!-- http://js.downcodes.com/ --> <!-- http://bbs.downcodes.com/--> <title> 温度计式样的时间 </title> <SCRIPT language=javascript > var ความกว้างของเซลล์=10; // แต่ละ "เซลล์" ความกว้างในพิกเซล var cellheight=10; // แต่ละ "เซลล์" ความสูงในพิกเซล var fontsize=11; // ขนาดตัวอักษรของตัวเลข การตั้งค่านี้ใหญ่เกินไปทำให้เกิดผลที่ไม่พึงประสงค์ varfontcolor="080080"; // ป้อนรหัสสี HTML หรือ RGB var fontstyle="bold"; // ป้อนตัวหนา ตัวเอียง ไม่มี var oncolor="red"; // สีของเซลล์ที่ใช้งานอยู่ var offcolor="lightgrey"; // สีของเซลล์ที่ไม่ใช้งาน // javascript เพิ่มเติม http://www.downcodes.com var NS4 = (navigator.appName.indexOf("Netscape")>=0 && parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator .appVersion) < 5)? จริง : เท็จ; var IE4 = (document.all)? จริง : เท็จ; var NS6 = (parseFloat(navigator.appVersion) >= 5 && navigator.appName.indexOf("Netscape")>=0 )? จริง: เท็จ; var binclk ตอนนี้; var t='<ตาราง cellspacing="1" cellpadding="0" border="0"><tr><td align="center"> </td>'; สำหรับ(i=0;i<=58;i+=2)t+='<td align="left" colspan="2"><font style="font-size:'+fontsize+'px; font-weight: '+fontstyle+'; color: '+fontcolor+'">'+i+'<br> |</font></td>'; t+='<td> </td></tr><tr><td align="center"><font style="font-size:'+fontsize+'px; font-weight:'+fontstyle+'; สี : '+fontcolor+'">หรือ: </font></td>'; สำหรับ(i=0;i<=23;i++){ t+='<td>'; t+=(NS4)? '<ilayer name="hrs'+i+'" height="'+cellheight+'" width="'+cellwidth+'" bgcolor="'+offcolor+'"></ilayer>' : '<div id="hrs '+i+'" style="position:relative; width:'+cellwidth+'px; font-size:1px; height:'+cellheight+'px; พื้นหลังสี:'+offcolor+'"></div>'; t+='</td>'; } t+='<td colspan="36"><td> </td></tr><tr><td align="center"><font style="font-size:'+fontsize+'px; แบบอักษร -weight:'+fontstyle+'; color: '+fontcolor+'">และ: </font></td>'; สำหรับ(i=0;i<=59;i++){ t+='<td>'; t+=(NS4)? '<ilayer name="min'+i+'" width="'+cellwidth+'" height="'+cellheight+'" bgcolor="'+offcolor+'"></ilayer>' : '<div id="min '+i+'" style="position:relative; width:'+cellwidth+'px; font-size:1px; height:'+cellheight+'px; พื้นหลังสี:'+offcolor+'"></div>'; t+='</td>'; } t+='<td> </td></tr><tr><td align="center"><font style="font-size:'+fontsize+'px; font-weight:'+fontstyle+'; สี: '+สีแบบอักษร+'">秒: </font></td>'; สำหรับ(i=0;i<=59;i++) { t+='<td>'; t+=(NS4)? '<ilayer name="sec'+i+'" width="'+cellwidth+'" height="'+cellheight+'" bgcolor="'+offcolor+'"></ilayer>' : '<div id="sec '+i+'" style="position:relative; width:'+cellwidth+'px; font-size:1px; height:'+cellheight+'px; พื้นหลังสี:'+offcolor+'"></div>'; t+='</td>'; } t+='<td> </td></tr><tr><td> </td><td> </td>'; สำหรับ(i=1;i<=59;i+=2)t+='<td align="left" colspan="2"><font style="font-size:'+fontsize+'px; font-weight: '+fontstyle+'; color: '+fontcolor+'"> |<br>'+i+'</font></td>'; t+='</tr></table>'; เอกสาร. เขียน(t); ฟังก์ชั่น init(){ getvals(); สำหรับ(i=0;i<=now.h;i++)setbgcolor('hrs'+i, oncolor); สำหรับ(i=0;i<=now.m;i++)setbgcolor('min'+i, oncolor); สำหรับ(i=0;i<=now.s;i++)setbgcolor('sec'+i, oncolor); setInterval('setclock()', 100); } ฟังก์ชั่น getvals(){ ตอนนี้ = วันที่ใหม่ (); now.s=now.getSeconds(); now.h=now.getHours(); now.m=now.getMinutes(); } ฟังก์ชั่น setclock(){ getvals(); if((now.h==0)&&(now.m==0)) for(i=1;i<=23;i++)setbgcolor('hrs'+i, offcolor); if((now.s==0)&&(now.m==0)) สำหรับ (i=1;i<=59;i++)setbgcolor('min'+i, offcolor); if(now.s==0) for(i=1;i<=59;i++)setbgcolor('sec'+i, offcolor); setbgcolor('hrs'+now.h, oncolor); setbgcolor('min'+now.m, oncolor); setbgcolor('sec'+now.s, oncolor); } ฟังก์ชันปรับขนาด (){ ถ้า (NS4)history.go(0); } ฟังก์ชั่น setbgcolor (idstr, สี) { if (IE4)document.all[idstr].style.พื้นหลังสี=สี; ถ้า (NS4)document.layers[idstr].bgColor=color; ถ้า(NS6)document.getElementById(idstr).style.พื้นหลังสี=สี; } window.onload=init; window.onresize=ปรับขนาด; </สคริปต์>