ybkftxz 发表于 2007-4-27 10:34:31

***状态栏***title显示日期

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
脚本说明:
把如下代码加入<body>区域中:
<script language="javascript1.2">
<!--hide
var isnmonth = new
array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var isnday = new
array("星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日");
today = new date () ;
year=today.getyear();
date=today.getdate();
if (document.all)
document.title="今天是: "+year+"年"+isnmonth+date+"日"+isnday
//--hide-->
</script>


      










--------------- ---------- ------ -------

ht tp://www.huoyu e.com.cn活跃网, 活跃人群的论坛,访问活跃网,将给您 带来意想不到的收获,还可以免 费为您开论坛, 让您免费拥有与朋 友、网友交 流的论坛。你是 年 轻人吗?你活跃你就上!
页: [1]
查看完整版本: ***状态栏***title显示日期