
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
|