|
Previous Top Next |
Prototype: | (String pURL),VIRTUAL |
pURL | The URL to open. This can be any URL, http://, ftp:// etc. |
This method is a wrapper for the ShellExec method and simply calls it with the name of the url to open. You could also use this to open a file locally, but since it only takes the url or filename the ITRunFile or ITShellExec might be more appriate for file operations. This is a very simple method to use for quick opening of web sites or ftp sites.
Example:
ITS ITShellClass
Code
ITS.OpenURL('http://www.icetips.com') !! Open the Icetips webpage
See also: