Set User Homepage
Posted: Wed Oct 31, 2007 8:30 am
Hi all,
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:
But it seems to only function correctly in IE 7. Are there any other methods to support at least IE 6 aswell and perhaps the Gecko Browsers?
Thanks
Jamie
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