I have Googled for a JavaScript that sets the current page to your startpage. But all I can find is some old script for IE 5 and up.
<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>
They only seem to work in IE and they also seem to be inline.
I'd like one in my script file and one that works in all browsers.