thats neat, tried it with Mozilla and it works
If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!This script will create a link that will add the current page to a visitors favorites / bookmark menu in both Firefox and IE.
Code:<script language="JavaScript1.2" type="text/javascript"> function addBookmark(title,url) { if (window.sidebar) { window.sidebar.addPanel(title, url,""); } else if( document.all ) { window.external.AddFavorite( url, title); } else if( window.opera && window.print ) { return true; } } </script> <a href="javascript:void(addBookmark('Window Title', window.location.href));">Bookmark Us</a>
Last edited by tres; 05-31-2005 at 01:41 PM.
thats neat, tried it with Mozilla and it works
it works but in firefox it bookmarks it with "Load this bookmark in the sidebar" options selected.
is there somethink to change in the code to avoid this?
old thread i know but i have same question as above
Bookmarks