This is a question for the coders out there, as I have rattled my brain about this for hours, and google us useless.
Im trying to get a button to appear that will set the page you are viewing as your homepage, and the code for this is -
<form>
<input onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://wrestlingforum.com');"
type="button" value="Make This Site Your Home Page" />
</form>
My issue is, that it doesnt seem to work on firefox, but works fine on IE. If anyone can help I would be greatful.