Saturday, May 14, 2005

如何实现网页自动跳转

使用如下网页作为目录首页可实现自动跳转功能,URL的值即为目标地址。

<html>
<head>
<p>Redirecting to a pretty site...</p>
<META HTTP-EQUIV="refresh" content="0;url=http://blog.hpgms.com">
</head>
</html>

If you want to wait few i.e. 3 seconds then just change "0" to "3".

No comments: