The
Scripting condition does not operate on specific data, therefore the attributes
ApplyTo,
Offset,
Length,
UseDataAvail and
IfNull are not available.
Attribute
| Type
|
Distinct Values Lists
|
| Default
|
All
|
| Description
|
The attribute value is specified directly within the
Scripting tag, not within a sub node of the condition.
|
Allowed values are:
| All
|
An abbreviation for the complete list of other values
|
| Url
|
Scripting any URL parameter
|
| LinkName
|
Scripting a link name of
WebPageLink
|
| FormName
|
Scripting a form name of
WebPageSubmit
|
| PostedData
|
Scripting binary posted data (for example
WebPagePost)
|
| FormFieldName
|
Scripting a form field name in the dclform section
|
| FormFieldValue
|
Scripting a form field value in the dclform section
|
| SetCookie
|
Scripting the first parameter of the function
WebCookieSet
|
True is returned if the condition is evaluated while scripting a string parameter in one of the specified script locations, otherwise
it's
false.
Examples
<Scripting>Url, FormFieldValue</Scripting>
<Scripting>All</Scripting>
<Scripting>LinkName, FormName, PostedData</Scripting>