This below JavaScript code will enable you to place a button on your website that, when clicked on, will make your web site your visitors home page.
<INPUT TYPE="button"
VALUE="Make This
page Your Home Page" onClick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http:// www.usetricks.com');">
Display: