OpenURL procedure
Shell utilities routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
procedure OpenURL(URL: String; InNewWindow: Boolean = True);  

Description
The OpenURL procedure opens the Internet location, specified by URL string parameter in default browser. If you would like to open URL in new browser window — set InNewWindow parameter to True (or False if you wish to show the Web page in already opened window).  

Remarks
iiinfo The InNewWindow parameter works if MS Internet Explorer is default browser on user's PC. However, if default browser is Netscape Navigator, the URLLabel will always open the URL in new window, even if URLInNewWindow is False.  

See also
ComposeEmail, IsOnline and ExploreFolder functions;  
acURLLabel component.