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>

maybe post as a code snippet too

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.