-
Looking for bookmark script for netscape
Hi I like to have netscape users be able to bookmark my website. I only find IE SCRIPTS. NETSCAPE DOES NOT SUPPORT EXTERNAL WINDOW. THANKS
-
-
<script>
// ADD TO BOOKMARK CROSSBROWSER
function addBookmark(title,url) {
url="http://www.yourdomain.com"
title="Web Site Name"
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}
//
</script>
<a href="javascript:addBookmark()">Bookmark</a>
Cheers,DS
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks