
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.
Netscape Communications
http://developer.netscape.com
|