GoToDocument

Description:
Go to the specified Document. This is the same as entering an Address (URL) in the Address field and clicking on the Go button on the Browser.

Format:
GoHomeDocument (integer Session ID (optional))

Parameters:

integer

Session ID

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

string

Document Address

Document Address (URL) to go to

Return Value:

boolean

Success Ind

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

Usage:
Use this function to navigate to the specified Address (URL) in the specified Browser Occurrence.

Example 1:
Display the Yahoo! Search Page Document in the default Browser.

GoToDocument ('www.yahoo.com')

Example 2:
Display the Yahoo! Search Page Document in the third occurrence of the Browser.

GoToDocument ('www.yahoo.com', 3)

Hosted by www.Geocities.ws

1