Click to return to the DHTML, HTML     
focus Method     getAdjacentText Method     DHTML Methods    
Web Workshop  |  DHTML, HTML & CSS

forward Method


Loads the next URL in the History list.

Syntax

history.forward()

Return Value

No return value.

Remarks

This method performs the same action as when a user clicks the Forward button in the browser. The forward method works the same as history.go(1). An error does not occur if the user tries to go beyond the end of the history. Instead, the user remains at the current page.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:

history

See Also

back, go



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.