View Single Post
Old 02-28-2005, 09:22 PM  
khs
Confirmed User
 
Industry Role:
Join Date: Feb 2005
Posts: 1,730
Code:
        <SCRIPT LANGUAGE="JavaScript">

<!-- Begin
if ((navigator.appName hahahaha "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.YourURL.com";
var title="Your Description";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Bookmark YourURL.com!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">BOOKMARK</a>');
}
else {
var msg = "BOOKMARK";
if(navigator.appName hahahaha "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}

// End -->
</script>
Covers IE and Mozilla browsers

__________________
Make MORE $$$ now! PussyCash
khs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote