Navigate
PowerScript function
Description
Browses the specified Web page.
Applies to
Syntax
|
1 |
controlname.Navigate ( string url ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the WebBrowser control. |
|
url |
The address of the page to browse. |
Return value
Integer.
-
1 — Success.
-
-1 — General error.
-
-2 — Failed to get the browser instance.
-
-5 — Invalid URL.
Examples
This example navigates to the Appeon website:
|
1 2 |
Integer li_rtn li_rtn = wb_1.Navigate("http://www.appeon.com") |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest