Inside Coldfusion MX

"-->

<cfelse>

Description

Used to create conditional logic in conjunction with the CFIF and CFELSEIF tags. This tag has no attributes.

Example

<cfif conditon = "condition 1"> Do action one. <cfesle> Do action two. </cfif>

Категории