|
Make This Site Your Home Page Button (IE) |
|
Saturday, 22 January 2005 |
You can place a button on your site that, when clicked on, will make your site your visitor's 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(http://wiredgorilla.com);"> |
|