Monday, May 3, 2010

Setting a Website as Homepage in IE using Javascript

<form>
<input type="button" value="Make This Site Your Home Page" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://anilkajadoo.blogspot.com');">
</form>

****This works only in IE browser......

No comments: