<cfelseif>
What it does
The cfelseif tag is used within a cfif block. If the initial conditions set in the tag
are not met you can use a cfelseif to try another set. You may add as many of these tags
as you would like within your cfif. If you want to specify some default action to take
if none of the cfif's or elseif's are true you should use the cfelse tag.
Attributes
End Tag: Forbidden
|