
How to set the home page of Netscape Navigator
Hello
I'm looking for a way to automatically set the homepage of Nescape. I know
that 'window.home();' (only in Netscape) goes to the home page, but I don't
know how to change it.
I also know that with this code:
<a
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http
://www.yahoo.com');">Set Home Page in Yahoo</a>
when you click in 'Set Home Page in Yahoo' the Explorer changes its home
page to the parameter in the setHomePage method. But I didn't found a way to
do it automaticallly (in the onLoad of the <BODY>).
If you know how to set the home page of both Explorer and Netscape
(automatically if possible) please tell me.
Thanks a lot
Danilo