» 网友学堂 » Javascript教程 » 时钟显示在任意指定位置
时钟显示在任意指定位置
作者:ljjk5 发表时间:2007-4-7 01:10 阅读:356次 在百度搜索相关内容

脚本说明:
第一步:把如下代码加入<body>区域中:
<span id=liveclock style=position:absolute;left:250px;top:122px;; width: 109px; height: 15px>
</span> (这里可以调整时钟的方位。调用脚本时去掉括号中内容)
<SCRIPT language=javascript>
<!--

function show5(){if(!document.layers&&!document.all)
return
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="AM"
if(hours>12){dn="PM"
hours=hours-12
}if(hours==0)
hours=12
if(minutes<=9)
minutes="0"+minutes
if(seconds<=9)
seconds="0"+seconds
//change font size here to your desire
myclock="<font size='5' face='Arial'><b><font size='1'>Current Time:</font></br>"+hours+":"+minutes+":"
+seconds+" "+dn+"</b></font>"
if(document.layers){document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
}else if(document.all)
liveclock.innerHTML=myclock
setTimeout("show5()",1000)
}
//>
</SCRIPT>

第二步:把<body>中的内容改为
<body bgcolor="#fef4d9" ONLOAD=show5()>

</textarea>
<br>
<br>
</body>
</html></FONT><BR>
<P align=center></P></TD></TR>
<TR>
<TD class=content height="33">
<table border="0" width="742" cellspacing="3" id="table4" cellpadding="3">
<tr>
<td width="247" height="30" background="../../img/arrow5.jpg">
<img height="12" src="../../img/z.gif" width="12" border="0"><b><font color="#FFFFFF"> </font>
<font color="#000000"> 相关文章</font></b></td>
<td width="247" height="30" background="../../img/arrow5.jpg">
<img height="12" src="../../img/z.gif" width="12" border="0"><b><font color="#FFFFFF"> </font>
<font color="#000000"> 最新文章</font></b></td>
<td width="247" height="30" background="../../img/arrow5.jpg">
<img height="12" src="../../img/z.gif" width="12" border="0"><b><font color="#FFFFFF"> </font>
<font color="#000000"> 推荐文章</font></b></td>
</tr>
<tr>
<td width="247"></td>
<td width="247"><script src=http://www.zhirui.com/it/CodeJS/new_news.js></script></td>
<td width="247"><script src=http://www.zhirui.com/it/CodeJS/Hots_News.js></script></td>
</tr>
</table>
</TD></TR>
<TR><TD class=docParameter align=right style="line-height: 150%">
<table border="0" width="100%" cellpadding="4" id="table5" cellspacing="4">
<tr>
<td style="line-height: 150%">
<p align="left">  <b><a href="http://www.zhirui.com"><font color="#993333">中华网校</font></a></b>依法保护知识产权,如果我们的文章有涉及或侵犯您的有关权益,请即时与我们
联系,
注明网址及文章,我们会即时处理或删除,感谢您的合作!<b><a href="mailto:zhirui163@163.net"><font color="#993333">中华网校email</font></a></b><br>
  <b><a href="http://www.zhirui.com"><font color="#993333">中华网校</font></a></b>由广州市中六电脑城智锐计算机专业培训学院及中华网校技术中心提供网络支持未经本站许可任何个人网站、书刊报社一律不得私自复制,转载本站内容!</td>
</tr>
</table>
</TD></TR>
<TR><TD align=right><A
href="#top"><IMG src="../../img/top.gif"
border=0 width="38" height="15"></A></TD></TR></TBODY></TABLE></TD>
</TR></TBODY></TABLE><!--结尾-->
<TR>
<TD vAlign=top width=768 bgColor=#ffffff height="5"></table>
</div>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1">
<tr>
<td height="20">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="60" id="table10">
<tr>
<td background="../../img/top1.jpg" align="center">
<table border="0" width="768" cellspacing="0" cellpadding="0" id="table11">
<tr>
<td height="20">
<p align="center">
<b>
<a target="_blank" href="../../../zhgg/index.asp">
<font color="#FFFFFF">关于中华网校</font></a><font color="#FFFFFF"> │
</font>
<a target="_blank" href="../../../zhgg/index1.asp">
<font color="#FFFFFF">广告服务</font></a><font color="#FFFFFF"> │
</font>
<a target="_blank" href="../../../zhgg/index2.asp">
<font color="#FFFFFF">版权声明</font></a><font color="#FFFFFF"> │
</font>
<a target="_blank" href="../../../zhgg/index3.asp">
<font color="#FFFFFF">投稿指南</font></a><font color="#FFFFFF">
│ <a href="../../../zhgg/index4.asp">
<font color="#FFFFFF">网站合作</font></a>

</font>
<a target="_blank" href="../../../zhgg/index5.asp">
<font color="#FFFFFF">友情链接</font></a><font color="#FFFFFF">

</font>
<a target="_blank" href="../../../zhgg/index6.asp">
<font color="#FFFFFF">网站地图</font></a></b></td>
<td> </td>
</tr>
<tr>
<td height="20">
<p align="center"><font color="#FFFFFF">版权所有
</font>
<a href="http://www.zhirui.com">
<font color="#FFFFFF">中华网校</font></a><font color="#FFFFFF"> &
</font>
<a href="http://www.zhirui.com">
<font color="#FFFFFF">智锐网校</font></a><font color="#FFFFFF"> 1999-2004
COPYRIGHT (C) 1999-2004 www.ZhiRui.com
ALL RIGHTS RESERVED</font></td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</BODY></HTML>