LCD spreadsheet

Source: Internet
Author: User
Tags eval microsoft frontpage
Tip: you can modify some code before running

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>LCD spreadsheet</title><script language="javascript1.1"><!--var dnc1=new Image(); c1.src="images/c1.gif"c2=new Image(); c2.src="images/c2.gif"c3=new Image(); c3.src="images/c3.gif"c4=new Image(); c4.src="images/c4.gif"c5=new Image(); c5.src="images/c5.gif"c6=new Image(); c6.src="images/c6.gif"c7=new Image(); c7.src="images/c7.gif"c8=new Image(); c8.src="images/c8.gif"c9=new Image(); c9.src="images/c9.gif"c0=new Image(); c0.src="images/c0.gif"cb=new Image(); cb.src="yun_qi_img/cb.gif"cam=new Image(); cam.src="yun_qi_img/cam.gif"cpm=new Image(); cpm.src="images/cpm.gif"function extract(h,m,s,type){if (!document.images)returnif (h<=9){document.images.a.src=cb.srcdocument.images.b.src=eval("c"+h+".src")}else {document.images.a.src=eval("c"+Math.floor(h/10)+".src")document.images.b.src=eval("c"+(h%10)+".src")}if (m<=9){document.images.d.src=c0.srcdocument.images.e.src=eval("c"+m+".src")}else {document.images.d.src=eval("c"+Math.floor(m/10)+".src")document.images.e.src=eval("c"+(m%10)+".src")}if (s<=9){document.g.src=c0.srcdocument.images.h.src=eval("c"+s+".src")}else {document.images.g.src=eval("c"+Math.floor(s/10)+".src")document.images.h.src=eval("c"+(s%10)+".src")}if (dn=="AM") document.j.src=cam.srcelse document.images.j.src=cpm.src}function show3(){if (!document.images)returnvar Digital=new Date()var hours=Digital.getHours()var minutes=Digital.getMinutes()var seconds=Digital.getSeconds()dn="AM" if ((hours>=12)&&(minutes>=1)||(hours>=13)){dn="PM"hours=hours-12}if (hours==0)hours=12extract(hours,minutes,seconds,dn)setTimeout("show3()",1000)}//--></script><meta name="GENERATOR" content="Microsoft FrontPage 6.0"></head><body onload="show3()" bgcolor="#FFFFFF"><p> </p><table border="0" width="100%"> <tr> </tr></table><table border="0" width="95%" height="150"> <tr> </tr></table><table border="0" width="80%"> <tr> </tr></table></body></html>
Tip: you can modify some code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.