[加入收藏夹]

[自助链接]
首  页 我的简介 我的文章 我的诗词 我的座右铭 我的学友 我的留言簿 我的论坛
特 效 列 表
   
  网页颜色
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  离开时告诉你逗留时间  把下列代码加入网页即可:  
  <body onUnload="bye()">
<SCRIPT language=Javascript>
pageOpen = new Date();

function bye() {
pageClose = new Date();
minutes = (pageClose.getMinutes() - pageOpen.getMinutes());
seconds = (pageClose.getSeconds() - pageOpen.getSeconds());
time = (seconds + (minutes * 60));
if (time == 1) {
time = (time + " 秒");
}
else {
time = (time + " 秒");
}
alert('您在这儿呆了' + time + '.欢迎再来!');
}

</SCRIPT>

 
     




--
欢迎加入 友情链接 --

版权所有: 德馨工作室  建议分辨率为 800*600