心情 天空

 




 










访




R
S
S

我的 Blog:
jybbh 最新的 20 条日志
[Ken的日志]
[工作心得]
[编程相关]
[潮汕文化]
[计算机相关]
[WEB相关]
[JAVA相关]
[Eclipse相关]
[Tomcat相关]
[SQL]
全站 Blog:
全站最新的 20 条日志

如何让某个页面每3分钟自动刷新一次?

   WEB相关2005-5-16 21:51
1 <meta http-equiv="Refresh" content="10;URL=http://www.csdn.net">

2 window.setTimeout(winndow.location(url),3000)

3 <script>
var timeLast = 3000;
var t;
function pageRefresh()
{
if( t == timelast) location.href="fdssfd";
t++;
setTimeout("pageRefresh()",1000);
}
</script>
标签集:TAGS:
回复Comments()点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}
 

Copyright 2004 酷酷小家园   Powered by 5dblog