JS即时时间显示

演示地址:http://www.souab.com/Demo/200909/Time.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>JS即时时间显示_不懂戀愛魚兒</title>
<style type="text/css">
<!--
*{
 padding:0px;
 margin:0px;
}
html{
 background:#FFF;
}
body{
 font:12px Verdana,Arial,Tahoma;
}
img{
 border:none;
}

a{
 color:#3366CC;
 text-decoration:none;
}
a:hover{
 color:#F33;
 text-decoration:underline;
}
ul{
 list-style:none;
}
.table {margin-top:20px;text-align:center;}
-->
</style>
<script language="javascript" type="text/javascript">
 window.onload=function (){
  setInterval("document.getElementById('time').innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);
 }
</script>
</head>

<body>
<div class="table" id="time"></div>
<div class="table">不懂戀愛魚兒,转载请注明出处</div>

<BR><BR><BR>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2176993388255317";
/* 728x90, 创建于 09-3-30 */
google_ad_slot = "7010104479";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
        <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  </script>
    </td>
  </tr>
  <tr>
    <td height="8"></td>
  </tr>
  <tr>
    <td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2176993388255317";
/* 728x15, 创建于 09-2-28 */
google_ad_slot = "7729442397";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
        <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  </script></td>
  </tr>
  <tr>
    <td height="8"></td>
  </tr>
  <tr>
    <td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2176993388255317";
/* 728x90, 创建于 09-3-29 */
google_ad_slot = "3221108693";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
        <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  </script></td>
  </tr>
</table>

</body>
</html>

附件下载:
Time.rar 978字节

引用地址:

post by 不懂戀愛魚兒 | 2009年9月12日 | 归档于 [网站特效]
标签: js 时间

发表评论

sitemap