The OpenUrl function navigates to a resource identified by a URL or to a file identified by a full path.
Syntax
Integer Browser.OpenUrl(
String url)
String url)
Parameters
| url | URL or full path. | Required |
|---|
Return value
The OpenUrl function returns true.
If an error occurs, the OpenUrl function returns false.
Example
myBrowser.OpenUrl("http://www.seccia.org")