Add this Site
to Your Favorites Link
Would you like to make it easy
for your visitors to click a link and automatically add your site to their
list of Favorites? Insert this code into your page
<FORM>
<INPUT TYPE="button" VALUE="Add to Favorites"
onClick='window.external.AddFavorite(location.href, document.title);'>
</FORM> |
It will automatically use your
webpage title when adding to a visitor's favorites.
|