Forum Moderators: open

Message Too Old, No Replies

Bookmark Script

Can anyone help me change this script?

         

joe1182

1:13 am on Dec 23, 2004 (gmt 0)

10+ Year Member



Below is the script I am using for a bookmark. The only problem is in Mozilla Firefox and Netscape it adds the bookmark as a sidebar. Is there anyway to change this so that they open like a regular webpage not like a sidebar?

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

joe1182

1:36 pm on Dec 23, 2004 (gmt 0)

10+ Year Member



any help?

joe1182

7:26 pm on Dec 23, 2004 (gmt 0)

10+ Year Member



anyone out there that can help me?