GoToDocument
Description:
Format:
GoHomeDocument (integer Session ID (optional))
|
Parameters: |
integer |
Session ID |
Browser Occurrence Number. |
|
string |
Document Address |
Document Address (URL) to go to |
|
|
Return Value: |
boolean |
Success Ind |
Success Indicator. |
Usage:
Example 1:
Display the Yahoo! Search Page Document in the default Browser.
GoToDocument ('www.yahoo.com')
Example 2:
GoToDocument ('www.yahoo.com', 3)