TOC PREV NEXT INDEX

domref



window.home()


Returns the window to the home page.

Syntax

window.home()
 

Parameters

None.

Example

function goHome() {
 
   window.home();
 
}
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX