GoForwardDocument

Description:
Go Forward to the next Document. This is the same as pressing the Forward button on the Browser.

Format:
GoForwardDocument (integer Session ID (optional))

Parameters:

integer

Session ID

Browser Occurrence Number.
First Browser occurrence is 1
Default value is 1

Return Value:

boolean

Success Ind

Success Indicator.
TRUE – Next Document displayed
FALSE – Next Document not displayed

Usage:
Use this function to navigate forward to the next document in the document history chain in the specified Browser Occurrence. A GoBackDocument must precede GoForwardDocument in order for the function to succeed.

Example 1:
Display the Previous Document and the return to the Next Document in the default Browser.

GoBackDocument ()
GoForwardDocument ()

Example 2:
Display the Previous Document and the return to the Next Document in the third occurrence of the Browser.

GoBackDocument (3)
GoForwardDocument (3)

Hosted by www.Geocities.ws

1