/ Published in: JavaScript
I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.
Expand |
Embed | Plain Text
//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>
You need to login to post a comment.
