GoBackDocument

Description:
Go Back to the previously displayed Document. This is the same as pressing the Back button on the Browser.

Format:
GoBackDocument (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 – Previous Document displayed
FALSE – Previous Document not displayed

Usage:
Use this function to navigate back to the previous document that was displayed in the specified Browser Occurrence.

Example 1:
Display the Previous Document in the default Browser.

GoBackDocument ()

Example 2:
Display the Previous Document in the third occurrence of the Browser.

GoBackDocument (3)

Hosted by www.Geocities.ws

1