|
轉換網址
張貼日期 2010/3/29 10:04:54
作者 lutuni
|
建立一個 index.html 檔案, 內容如下 a 或 b 皆可
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>
|
|