version 11.2
WA Get last filtered URL ({*; }object) String
Parameter | Type | Description | |
* | * | If specified, object is an object name (string) | |
If omitted, object is a variable | |||
object | Form object | Object name (if * is specified) or | |
Variable (if * is omitted) | |||
Function result | String | Last filtered URL |
Description
The WA Get last filtered URL command returns the last URL that was filtered in the Web area designated by the * and object parameters.
The URL may have been filtered for one of the following reasons:
The URL was denied because of a filter (WA SET URL FILTERS command),
The link is open in the default browser (WA SET EXTERNAL LINKS FILTERS command),
The URL attempts to open a pop-up window.
It is advisable to call this command in the context of the On URL Filtering, On Open External Link and On Window Opening Denied form events in order to find out the URL that was filtered.
See Also
WA GET EXTERNAL LINKS FILTERS, WA GET URL FILTERS, WA SET EXTERNAL LINKS FILTERS, WA SET URL FILTERS.