Example: Dynamic Page Flow Control
<CFIF expression> HTML and CFML tags
<CFELSE> HTML and CFML tags
</CFIF>
<CFLOOP INDEX="parameter_name FROM="beginning_value"TO="ending_value"STEP="increment">
<!-- HTML or CFML code to execute -->
</CFLOOP>
Previous slide
Next slide
Back to first slide
View graphic version