當前位置:吉日网官网 - 錢幣收藏 - 誰提供下點擊加入收藏夾跟設置為首頁的代碼?

誰提供下點擊加入收藏夾跟設置為首頁的代碼?

加入收藏:

<a onclick="favorite(window.location,document.title)">加入收藏</a>

function favorite(URL, title)

{

try

{

window.external.addFavorite(URL, title);

}

catch (e)

{

try

{

window.sidebar.addPanel(title, URL, "");

}

catch (e)

{

alert("加入收藏失敗,請使用Ctrl+D進行添加");

}

}

}

設為首頁:

<a onclick="homePage(this,window.location)">設為首頁</a>

function homePage(obj,val){

try{

obj.style.behavior='url(#default#homepage)';

obj.setHomePage(val);

}

catch(e){

if(window.netscape) {

try {

netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");

}

catch (e) {

alert("此操作被瀏覽器拒絕!");

}

var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService

(Components.interfaces.nsIPrefBranch);

prefs.setCharPref('browser.startup.homepage',val);

}

}

}

  • 上一篇:如何將視頻號中的視頻保存到相冊中?
  • 下一篇:超人大學txt全集下載地址
  • copyright 2024吉日网官网