如何立即(自动)链接到另一页
这个问题在这里已经有了答案:
尝试这个:
<meta http-equiv="Refresh" content="0;url='http://rush.rocksolidpromotion.com/rush/home.html'" />
<script>window.location.replace('http://rush.rocksolidpromotion.com/rush/home.html')</script>
把它放在head
标签中:
<meta http-equiv="refresh" content="0;URL=rush.rocksolidpromotion.com/rush/home.html">
如果浏览器忽略content 0
您还应该使用JavaScript。 如果你在一个php页面上,也是一个标题重定向。
上一篇: How to Immediately (automatically) Link to Another Page