星期三, 10月 22, 2008

html redirect

html redirect

 

顯然地 這是件很簡單的事, 但是 要你知道怎麼去做這件事是才會覺得簡單…

the code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>網頁主題</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
可寫一些字</BODY>
</HTML>

Code Description:

content="0 指 載入網頁時想要等0秒(可改秒數)

0 意見: