URL keyword

Applies to

Event handlers of the response type Goto URL

Component property: Event handler response type

Description

Specifies the URL (Uniform Resource Locator) of an object, such as a web page, on the Internet or an intranet.

Syntax

URL( url )

Where url is an expression that evaluates to a string representing a URL.

Remarks

For more information, see Goto URL response type.

This example opens a web page in a new browser instance:

URL(http://www.acme123.com/)

This example opens the system default email program with a new message addressed to dalgri@acme123.com:

URL(mailto:dalgri@acme123.com)