views:

42

answers:

2

i have to set my webpage as homepage in firefox using java script i used an script

    onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.example.com.html');"

it work in internet explorer not in firefox any suggestions....

A: 

I don't think it is possible to set a users homepage with Javascript, due to some obvious security reasons.

Ferdi
+1  A: 

This is not possible . See this link

NM