TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX