window.back() Returns the window to the previous item in the history. Syntax window.back() Parameters None. Example function goBack() { if ( canGoBack ) window.back(); } Notes None. Specification DOM Level 0. Not part of specification.
Returns the window to the previous item in the history.
window.back()
None.
function goBack() { if ( canGoBack ) window.back(); }
DOM Level 0. Not part of specification.