Delimits an ELSEIF block.
Synopsis
<CSP:IF>...<CSP:ELSEIF CONDITION='%response.Data("TEST")=1'>...</CSP:IF>
Attributes
General Attributes
Attribute Description Value
CONDITION  A run-time server-side expression to be evaluated.  A server-side expression.. 
Description
The CSP:ELSEIF tag, placed within a CSP:IF block, specifies that the text between it and the end of the CSP:IF (or the next CSP:ELSEIF or CSP:ELSE) are displayed if the CSP:ELSEIF CONDITION evaluates to TRUE at run-time.
Refer to the CSP:IF tag for more details.