网页自动刷新

方式1:

<html>
<head><meta http-equiv="refresh" content="60"></head>
<frameset>
<frame src="http://www.baidu.com" name="iframe">
</frameset></frameset>
</html>

 

方式2:

<html> 
<head> 
<title>welcome_网页自动刷新跳转</title> 
<meta http-equiv="refresh" content="3; 
url=http://www.baidu.com"> 
</head> 
</html>src="welcome.gif" > 

 

说明:

content="60"中的60是刷新的时间间隔,60代表60秒,根据自己情况去修改

<frame src="http://www.baidu.com" name="iframe">中http://www.baidu.com则是要刷新的链接,自己想要刷新哪个链接就改成哪个链接

posted @ 2015-10-20 10:01  Gleeeee  阅读(133)  评论(0编辑  收藏  举报