Type
|
Distinct Value Lists
|
Default
|
All
|
Description
|
This attribute specifies script locations that may contain hits to be replaced. Valid values are:
- All: This is an abbreviation for the complete list of other values.
- Url: Replace in URL parameters (various functions, for example
WebPageUrl)
- LinkName: Replace in link names (function
WebPageLink). Link names that result from
WebPageParseUrl are not replaced.
- FormName: Replace in form names (function
WebPageSubmit)
- PostedData: Replace in binary posted data (various functions, for example
WebPagePost)
- FormFieldName: Form field name in the dclform section of the script
- FormFieldValue: Form field value in the dclform section of the script
- SetCookie: Parameter of the function
WebCookieSet
- HeaderName: Refers to the first parameter of the function
WebHeaderAdd.
- HeaderValue: Refers to the second parameter of the function
WebHeaderAdd.
|