> //url: link to favorite; title: name of favorite item
function AddFavorite(url,title)
{
//If url or title is empty, the default is the current page url and title.
if(!(url&&title))
url=document.URL; title=document.title;
}
If (document.all)// IE
. window.sidebar.addPanel(title , url, "");
Is empty and defaults to the current page URL.
if(!url)
{
url=document.URL;
} }
if (document.all)//IE
{
document.body .style.behavior = 'url(#default#homepage)';
document.body.setHomePage(url);
}
else if (window.sidebar)//Firefox
{
if (window.netscape)
{
try
{
window.netscape.security.PrivilegeManager.enablePrivilege ("UniversalXPConnect");
> . ");
} Prefs. setCharPref('browser.startup.homepage', url);
} onClick="SetHomepage('http://www.jb51.net/')" title="Set as homepage" href="javascript:">Set as homepage
Collection