url

LANSA WAM

url

This property may be used to specify a URL that the weblet will navigate to when clicked. If specified, the URL may be specified as a literal value (for example 'http://www.mycompany.com/') or a field name may be specified that contains the URL at run-time.

This property takes precedence over the on_click_wamname, on_click_wrname and protocol properties. The latter properties are ignored if url is specified.

Default Value

'javascript:void();' – equivalent to nothing.

Valid Values

A URL enclosed by single quotes or the name of a field, system variable or multilingual variable that will contain the URL at run-time.