Can someone give me a script for a "Make This My Homepage" function on my blog? Preferably one that works with both IE and Firefox..... Thanks ahead of time!
Try <a href="url#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.YOURURL.com');"> Enter whatever text you want here </a>
<a href="url#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.YOURURL.com');"> Enter whatever text you want here </a> This code Worked in IE only not able to work other Browser Like Firefox,Safari,Opera. Is there any code working perfectly in all the Browser category?