bool BrowseTo(string inURL)
Description
The function can be used in the start/end script in order to open a specific URL
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inURL | string | A URL that you want to open |
Return Type
Int32
Examples
For the http://www.cnn.com the following code will open your browser and direct it to the URL that you specified
BrowseTo("http://www.cnn.com");
Comments
Thanks you. It's help me
Please sign in to leave a comment.