Save website as favorite:

This save as favorite script gives your visitor the option to save your site as a favorite. I found this script online with no credit intact


This code goes into the HEAD section:

You can trigger this script differant ways...To have the script launch automaticlly on page load use the following tag as your body tag:


<body onLoad="fav()">

To have the script launch when the visitor clicks a link add the following script to your link:


onClick="fav()"

Example:


<a href="javascript:void(0)" onClick="fav()">Click here</a>

Click here to go back.