Window.home() (Method)

This duplicates the behavior of the HOME button on the Netscape Navigator button bar.

Availability:

JavaScript - 1.2
Netscape - 4.0
Property/method value type:undefined
JavaScript syntax:Nhome()
NmyWindow.home()

The result of calling this method depends on what you have set up as your home page in the browser. By default, it is likely to be a page on the web site belonging to the browser manufacturer. Commonly though, it will be a blank page because after you have been irritated by your browser automatically dialling in to your ISP, you'll likely have told it not to go to any home page by default.

See also:Frame object, Window object, Window.find(), Window.print(), Window.stop()