window.forward() Moves the window one document forward in the history. Syntax window.forward() Parameters None. Example function goForward() { if ( canGoForward) window.forward(); } Notes None. Specification DOM Level 0. Not part of specification.
Moves the window one document forward in the history.
window.forward()
None.
function goForward() { if ( canGoForward) window.forward(); }
DOM Level 0. Not part of specification.