BOOKMARK THIS SITE SCRIPT
Bookmark This Site Script
<!-- ONE STEP TO INSTALL BOOKMARK US: 1. Copy the coding into the BODY of your HTML document --><!-- STEP ONE: Paste this code into the BODY of your HTML document --><SCRIPT LANGUAGE="JavaScript"><!-- Begin if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {var url=" YOUR_SITES_URL.COM"; var title="YOUR SITE TITLE ";document.write('<A HREF="javascript: window.ext'); document.write ('ernal.AddFavorite(url,title);" '); document.write(' onMouseOver=" window. status='); document.write(" 'YOUR BOOKMARK MESSAGE HERE'; return true "); document.write('"onMouse Out=" window.status='); document.write("' '; return true "); document .write('">YOUR BOOKMARK MESSAGE HERE </a>'); } else { var msg = "DON'T FORGET TO BOOKMARK THIS SITE"; if(navigator.appName == " Netscape") msg += " (CTRL-D)"; document.write(msg); }// End --> </script>
To let guest bookmark your site or have at least the option, then please copy and paste the above code into your HTML document and save.
MAIN