<html>
<head>
<title>中国站长天空-网页特效-状态标题-VBScript实现状态栏显示时间</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script language="vbscript">
ret="日一二三四五六"
function window_onload()
window.status=Date()&" 星期"&mid(ret,weekday(date()),1)&" "&time()
SetTimeOut "window_onload",1000
end function
</script>
</body>
</html>
<head>
<title>中国站长天空-网页特效-状态标题-VBScript实现状态栏显示时间</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<script language="vbscript">
ret="日一二三四五六"
function window_onload()
window.status=Date()&" 星期"&mid(ret,weekday(date()),1)&" "&time()
SetTimeOut "window_onload",1000
end function
</script>
</body>
</html>
文章来源:http://www.zzsky.cn/effect/content/841.htm