ObjectDCL Banner

NavigateToUrl Method

Description

This method will open a browser and navigate to the given URL.

Parameters

sUrl
String identifying URL to open.

Return Values

Returns always T.

AutoLISP Syntax

The method takes no parameter.

CopyCode imageCopy Code
(Odcl_NavigateToUrl 
		sUrl [as String])

Example

CopyCode imageCopy Code
; Open a web browser to the URL
(Setq rValue (Odcl_NavigateToUrl "http://www.ductisoft.com/"))

See Also

ActivateEmail