Add To Favorites (IE)
<a href="http://site.com" onclick="window.external.AddFavorite(this.href,this.innerHTML);">Add Favorite and Go-To-There</a>
The first param to AddFavorite is the URL, the second the text to offer up for saving. So this inline JavaScript is reusable in the sense that it will pull those values dynamically from the anchor link itself.
Thank you ‘For Examples’
Http://Www.Adc-M.Com/HtmlCode/
Thanks ,
what about set home page in IE or FF?
Test that for firefox :
onclick=”window.sidebar.addPanel(this.innerHTML,this.href,”");”
if you use PHP or ASP you can detect browser with HTTP_USER_AGENT variable and send the correct code for make the link…