歡迎蒞臨 酷米資訊筆記
請使用 Firefox 瀏覽敝站,以獲得最佳視覺效果。
敝站所有文章皆歡迎轉載,但請註明出處,並附上本站連結,敝站保留法律追究權力。

   

html 自動轉址(自動換頁)寫法


網頁自動轉址.. 每次想到都要去找..
不如直接貼過來算了 .. ^^;

a,b 轉載自 : Openwebmail FAQ

a.
----------------------------------------
<html><head>
<meta http-equiv="Refresh"
content="0;URL=http://your_server/cgi-bin/openwebmail/openwebmail.pl">
</head></html>
----------------------------------------
b.
---------------------------------------
<html>
<body onload=
"window.open('http://your_server/cgi-bin/openwebmail/openwebmail.pl','_top')">
</body>
</html>
----------------------------------------

以下是其它寫法 (非Html)
----------------------------------------
c. PHP header 寫法
---------------------------------------
header("Location: https://fgps.tcc.edu.tw/cgi-bin/openwebmail/openwebmail.pl");
---------------------------------------
d. JavaScript 寫法
---------------------------------------
<script language="Javascript">
<!--
if (screen.width == "800")
{
location="fgps/800/index.php?link=index"
}
else
{
location="fgps/1024/index.php?link=index"
}
//-->
</script>
---------------------------------------

轉載自Tsung's Blog

引用通告地址: 點擊獲取引用地址
標籤: 轉址
評論: 0 | 引用: 0 | 閱讀: 565
發表評論
暱 稱: 密 碼:
網 址: E - mail:
驗證碼: 驗證碼圖片 選 項:
頭 像:
內 容:
  • 粗體
  • 斜體
  • 底線
  • 插入圖片
  • 超連結
  • 電子郵件
  • 插入引用