snippet library logo
Boxedart - Worlds Largest Development Center
in category
Javascript / Browser / Cross-Browser Add Bookmark
Snippet details
ID: 523
Viewed: 1318
Added: 2004-01-24
Version: 1.0
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
Add bookmark snippet for MSIE, Opera and Mozilla (not tested on Netscape).

General Details
Snippet uploaded by: agent002
Email : zzzleepy89@hotmail.com
Snippet By: agent002

<!---Head--->
<script type="text/javascript"><!--
function AddBookmark(url, description){
    if(navigator.userAgent.indexOf('MSIE') >= 0 && navigator.userAgent.indexOf('Opera') < 0){
        window.external.AddFavorite(url, description);
    }
    else{
        document.body.innerHTML = '<'+'a id="processor" href="'+url+'" title="'+description+'" rel="sidebar">Processor<'+'/a> + document.body.innerHTML;
        document.getElementById('processor').click();
        document.getElementById('processor').outerHTML = '';
    }
    return false;
}
--></script>

<!---Body--->


<a href="#" onclick="AddBookmark('http://www.snippetlibrary.com', 'Snippet Library');">Click here to bookmark Snippet Library!</a>




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.