js 코드 를 첫 페이지 로 설정 하여 컬 렉 션 에 추가 합 니 다.

//     
// JavaScript Document//       <a onclick="AddFavorite(window.location,document.title)">    </a>function AddFavorite(sURL, sTitle)
{
    try
    {
        window.external.addFavorite(sURL, sTitle);
    }
    catch (e)
    {
        try
        {
            window.sidebar.addPanel(sTitle, sURL, "");
        }
        catch (e)
        {
            alert("      ,   Ctrl+D    ");
        }
    }
}
//     <a onclick="SetHome(this,window.location)">    </a>function SetHome(obj,vrl){
        try{
                obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
        }
        catch(e){
                if(window.netscape) {
                        try {
                                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
                        }
                        catch (e) {
                                alert("
“about:config”
 [signed.applets.codebase_principal_support] 'true', 。
"); } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage',vrl); } } }

쓰다
첫 페이지 로 설정 < / a >
본 사이트 소장 < / a >
 
 
/ / 두 번 째 방식
모음 집 추가: onclick = "window. external. addfavorite (")http://www.sina.com.cn',' 시 나 닷 컴 첫 페이지 ')' 홈 페이지 로 설정: onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.sina.com.cn');"

좋은 웹페이지 즐겨찾기