Requirement is to add a fixed url, (e.g. http://facebook.com) as bookmark to safari - browser on click of a hyperlink.
For Example: Following works in IE and Firefox but does nto work in Safari.
Code:
<a href="javascript:if(document.all)window.external.AddFavorite('http://facebook.com','facebook'); else if(window.sidebar)window.sidebar.addPanel ('facebook','http://facebook.com','');">bookmark