http://yudans.net/javascript/index.php?action=code&z=3&num=2(魚蛋村)
http://note.jhpeng.com/2010/06/blog-post.html(彭嘉宏)
如何在html中做一頁自動轉址頁面,語法如下:
……………………………………………………………….
<html>
<head>
<title>自動轉址頁面</title>
<meta http-equiv=”Refresh” content=”5; url=http://jhpeng.com“>
</head>
<body>
<div align=”center”>5秒後自動轉址</div>
</body>
</html>
……………………………………………………………….
在content後方設定幾秒後自動轉址與轉到之網址
請先 登入 以發表留言。