 |
Make This Site Your Home Page Button (IE)
When designing
your web site, providing your visitors with a way to make your web site their
start up home page provides a great way to obtain repeat traffic. Not only
can this increase your web site traffic, but it can also increase your sales.
This JavaScript code will enable you to place a button on your site that,
when clicked on, will make your web site your visitors home
page.
Place the following code where you would like the button to
appear.
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your Home Page"
onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('Page URL beginning with http://
here');">
</FORM> |
Change the text
indicated in red to your web address beginning with
http://
Script code provided by:
Pskeep
|
|
|
Back
Submit
your JavaScript code snippets. We'll credit you and give you a link to your
website.
|