TOC PREV NEXT INDEX

Put your logo here!


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. 


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