码迷,mamicode.com
首页 > Web开发 > 详细

html头标签meta实现refresh重定向

时间:2015-04-01 12:47:39      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:

<html> 
<head> 
<meta http-equiv="content-type" content="text/html; charset=gb2312" /> 
<meta http-equiv="refresh" 
content="5;url=http://www.NewXXX.com"> 
</head> 
<body> 
<p> 
对不起。我们已经搬家了。您的 url 是 
<a href="http://www.NewXXX.com">http://www.oldXXX.com.cn</a> 
</p> 
<p>您将在 5 秒内被重定向到新的地址。</p> 
<p>如果超过 5 秒后您仍然看到本消息,请点击上面的的链接。</p> 
</body> 
</html>

html头标签meta实现refresh重定向

标签:

原文地址:http://www.cnblogs.com/andycai/p/4383240.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!