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 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

.htaccess檔教學

htaccess教程 第1部分 - 簡介 <概述> 在本教程中,你會發現許多有關.htaccess文件,它的使用方法,及如何利用它來改善您的網站。...

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

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

透過.htaccess檔,禁止來自日本的ip的訪問

如果要透過.htaccess檔,禁止來自日本的ip的訪問,可以先上網找分配給日本的IP清單。關鍵字是「日本に割り当てられているIPアドレスリスト」...

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

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