This code helps you to add the current webpage to the browser's favorite pages section. <a href="#" rel="sidebar" onclick="if(document.all && !window.opera){ window.external.AddFavorite(location.href, document.title); return false; } else{ this.title = document.title; }">Add to bookmarks</a> HTML:
You can find a universal, though not cross-browser, favourites/bookmarking script from http://scriptden.blogspot.com/2009/07/set-page-as-your-homepage-bookmark-page.html The link also provides a solution to the bookmark problems in FF. Hope this helps.