Bookmark Us Script
Use this code to let your visitors easily add a bookmark to your site.
Bookmark UsStep 1: Put the following script in the head of your page. Place the code below between the and and tags within the HTML page that you want them to bookmark.
<SCRIPT
LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
var url = "http://www.itechies.net";
var title = "itechies.net-Complete Website Solutions.";
function
AddToFavorites(){
if(document.all)
window.external.AddFavorite(url,title) }
// -->
</script>
Step 2: Put the following in the BODY of your page. Place the code below between the and tags within the HTML page that you would like to let them bookmark.
<A HREF="javascript:AddToFavorites()">Bookmark Us </a>