html 轉頁的語法

請將下列的代碼,擺到 index.html ,就可以將訪客,導向想要轉去的頁面:

語法:
********************************************************************
<html>
<head>
<meta http-equiv="refresh" content="秒數; url=網址">
</head>
</html>
********************************************************************


下列以讀取頁面於3秒後,會轉頁到 http://unethost.com 為範例:
<meta http-equiv="refresh" content="3; url=http://unethost.com"> 

  • 1 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

如何透過.htaccess檔,來使用URL redirect/rewrite功能?

.htaccess 重新導向/改寫    教學 章節 1   如何讓轉向所有到www.domain.com的連結,去domain.com? 問題描述:...

ssh top出現的mysql線程,可以去砍掉嗎?

Q:我登入ssh 查看到的線程裡,有 mysql 在運作,可以去砍掉(kill)嗎?   A:不可以隨意去砍掉,建議先使用重開的語法 service mysql restart...

如何透過.htaccess檔來做限制密碼登入及IP白名單

123456789101112 AuthType Basic AuthName "Secure site" AuthUserFile...

.htaccess 線上產生器

網站位址:http://www.htaccessredirect.net/Rewrite to...