I am in search of the best way to set a users homepage with a 'Make this your homepage' link.
I have stumbled across the following code:
Code: Select all
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.mypage.com');">Thanks
Jamie