www.icetips.com  Icetips Utilities Documentation 11/16/2009    

Shell Class:  OpenURL

Previous  Top  Next  


Prototype: (String pURL),VIRTUAL

 

pURLThe 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:

ITRunFile

ITShellExec

ShellExec

ShellExecEx



Direct link to this page: http://www.icetips.com/manuals/utilities/openurl_shellclass.htm