| |||
| I m using a script/code for creating a "Make us your home page" link or "Bookmark us" link for my website but it only works in Internet Explorer browser. I am looking for a script/code that work in both Mozilla and IE |
| |||
| There is no way to make it work in mozilla. |
| |||
| Try this, this can solve your problem the html: Code: <a href="javascript:bookmarksite("Bookmark Title", "http://www.site.com")"> the javascript: Code: function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
} |
![]() |
| Thread Tools | |
| Display Modes | |
| |