javascript 設定預設首頁的方式
發表於 : 2008年 11月 27日, 13:59
javascript 設定預設首頁的方式:
代碼: 選擇全部
function set_home(){
window.document.body.style.behavior='url(#default#homepage)';
window.document.body.setHomePage('http://bbs.toseek.info);
}