AUTOMATIC BOOKMARKER

 

High Traffic AD spot for rent

Live help

1 204 344 5070

We recently published a script that allows your site visitors to
automatically bookmark your site with the click of a link. Unfortunately,not all browsers recognized the script.This one will recognize which browser is accessing the page and
display a message accordingly. 

<SCRIPT language="JavaScript">
var lookup=navigator.appVersion
aol = (lookup.indexOf("AOL") > 0 );
if (aol) // Only true for AOL
{
/* CUSTOMIZE THE NEXT LINE FOR YOUR SITE */
document.write("Please add us to your AOL Favorites Folder");
}
else
{
ie4 = ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ));
if (ie4) // Only true for MSIE
{
// * CHANGE THE URL TO YOUR WEB ADDRESS */
var url="http://www.artspace2000.com";
var title="I have made $110.00 Surfing the Web";
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE STATUS BAR OF MSIE */
document.write("'Please add our site your Favorites Folder'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE DOCUMENT */
document.write('">Click here to Bookmark our Site!</a>');
}
}
ns4 = (navigator.appName == "Netscape");
if (ns4) // Only true for Netscape
{
/* CUSTOMIZE THE NEXT LINE WHICH APPEARS IN THE DOCUMENT */
document.write("Press CTRL+D to have Netscape bookmark our site.");
}
</SCRIPT>

Back toWeb Info