[備忘] 頁面轉址語法

頁面轉址語法,上次找很久找不到
如今放上來做備忘,以免不時之需

 

<html>
<head>
<meta http-equiv=”content-type” content=”text/html; charset=big5″>
<meta http-equiv=”Refresh” content=”0;url=頁面網址”>
<title>頁面載入中…</title>
</head>
<body>
頁面載入中…請稍候<br>
<a href=”index.asp”>頁面標題</a>
<script language=”JavaScript”>
<!–
location.href= (‘頁面網址’);
–>
</script>
</BODY>
</HTML>