IUserAccessiableBrowseTo Method |
The function can be used in the start/end script in order to open a specific URL
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool BrowseTo(
string inURL
)
Parameters
- inURL
- Type: SystemString
A URL that you want to open
Return Value
Type:
Booleana bool
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");
See Also