"Make
This Site Your HomePage" Code
Would you like to make it easy
for your visitors to click a button and automatically make your site their
home page? Insert this code into your page
<FORM>
<INPUT TYPE="button" VALUE="Make This Site Your
HomePage" onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.domain.com');">
</FORM> |
Remember to change http://www.domain.com
to your own.
|