BrowseTo

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"); 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

1 comment
  • Thanks you. It's help me

    0
    Comment actions Permalink

Please sign in to leave a comment.