/ Published in: JavaScript
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Call from JavaScript: window.external.AddFavorite(location.href, document.title); //Call from anchor: <a href="JavaScript:window.external.AddFavorite(location.href, document.title);">Bookmark this site!</a>