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 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

.htaccess檔教學

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

custom php.ini

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

.htaccess 線上產生器

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

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

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