TOC PREV NEXT INDEX

Put your logo here!


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. 


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