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.
Returns the window to the home page.
window.home()
None.
function goHome() { window.home(); }
DOM Level 0. Not part of specification.