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. |
|
Return Value: |
boolean |
Success Ind |
Success Indicator. |
Usage:
Example 1:
Display the Previous Document and the return to the Next Document in the default Browser.
GoBackDocument ()
GoForwardDocument ()
Example 2:
GoBackDocument (3)
GoForwardDocument (3)