I want to make a hyperlink for my website to set the browser homepage... someone told me the following code is useful, but it didn't work for me:
<a HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.example.com');">
<img src="house.gif">
Click here to make us your Home Page
</a>