Possible Duplicate:
How can I set default homepage in FF and Chrome via javascript?
Is there a javascript function which can prompt the user to set the current page as homepage?
I need something that works on modern browsers.
Thanks!
Possible Duplicate:
How can I set default homepage in FF and Chrome via javascript?
Is there a javascript function which can prompt the user to set the current page as homepage?
I need something that works on modern browsers.
Thanks!
<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');">