The OpenURL function opens a specified URL in a new window of the browser.
|
Syntax | |||||
|
OpenURL(ByVal URL As String) | |||||
|
Return value | |||||
|
Type |
Description | ||||
|
Long |
Error code | ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
URL |
String |
ByVal |
URL to be opened. | |
Example:
Client.WebClient.OpenURL("https://www.tap-con.de")