Hi Team,
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.
I found that many other developers have same requirement but no solution.
Can someone atleast confirm if it is not possible in the current safari version?
Thanks,
Sachin
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 http://safari.com</a>
Can someone atleast confirm if it is not possible in the current safari version?
Thanks,
Sachin
Comment