Forum Moderators: open
function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
Orion,
Tried your suggestion but, it did not work. I will stick with what I have. It just isn't very useful in Firefox. When the bookmark is opened it opens as a sidebar instead of a regular web page. Thanks for the help. I welcome any other suggestions that might work.