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 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

custom php.ini

http://forums.cpanel.net/f5/individual-php-ini-files-php-fcgi-php-cgi-160398.html

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

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

.htaccess 線上產生器

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

請問虛擬主機的log檔在哪呢?

Q: 請問虛擬主機的log檔在哪呢?A: access log 部份, 在ftp 的根目錄access_log 資料夾內。      error...

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

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