|
Add to Favorites Button (IE)
Providing
your visitors with a way to add your web site to their favorite places provides
a great way to obtain repeat traffic. This is a great way to increase your
overall traffic and sales, as they can visit your web site again and again.
However, to obtain repeat traffic, you must continually update your content
and give your visitors a reason to want to return to your web site in the
future.
This JavaScript code will enable you to place a button on your site that,
when clicked on, will add your web site to your visitors
favorites.
Place the following code where you would like the button to
appear.
<FORM>
<INPUT TYPE="button" VALUE="Add to Favorites"
onClick='window.external.AddFavorite(location.href,
document.title);'>
</FORM> |
|
|
|
Submit
your JavaScript code snippets. We'll credit you and give you a link to your
website.
|