PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   疑難雜症區 (https://www.pcdvd.com.tw/forumdisplay.php?f=34)
-   -   有沒有讓網站自動跳轉的方法 (https://www.pcdvd.com.tw/showthread.php?t=1020855)

tvirus 2013-08-08 12:15 AM

引用:
作者PMMA
function aaa(f){
var script = document.createElement("script");
script.appendChild(document.createTextNode("(" + f.toString() + ")();"));
document.documentElement.appendChild(script);
}
var bbb = function()
{
if (location=="http://tw.yahoo.com/")
{
location.href = 'http://www.google.com.tw/';
}
};
aaa(bbb);

javascript嘛?
http://miisoo.blogspot.tw/2008/01/j...operations.html
用字串search的方式

PMMA 2013-08-08 08:43 AM

引用:
作者tvirus
javascript嘛?
http://miisoo.blogspot.tw/2008/01/j...operations.html
用字串search的方式


感謝

已解決


所有的時間均為GMT +8。 現在的時間是06:40 AM.

vBulletin Version 3.0.1
powered_by_vbulletin 2026。