forwardforward*
*



Contents  *



Index  *Topic Contents
*Previous Topic: focus
*Next Topic: getAttribute

forward

Description

Loads the next URL in the History list.

Syntax

object.forward( )

Return Value

No return value.

Remarks

This method performs the same action as a user choosing the Forward button in the browser. The forward method is the same as history.go(1). Trying to go past the end of the history does not generate an error. Instead, you are left at the current page.

Applies To

history

See Also

back, go


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.