Forum Moderators: phranque
<script type="text/javascript">
var bookmarkurl="http://www.yoursitehere.com"
var bookmarktitle="Your Site Title"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
& this in the body:
<a href="javascript:addbookmark()">Add this site to your favourites</a>
<added> - only tested in IE