WA Get last filtered URL
WA Get last filtered URL ( {* ;} object ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
* | Operator | → | If specified, object is an object name (string) If omitted, object is a variable |
object | any | → | Object name (if * is specified) or Variable (if * is omitted) |
Function result | String | ← | Last filtered URL |
This command is not thread-safe, it cannot be used in preemptive code.
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