MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual page 370

Developing web applications with coldfusion
Table of Contents

Advertisement

344
<CFOUTPUT QUERY="employees">
<CFSCRIPT>
//'testres' is a column in the "employees" query
if( testres EQ 1 )
else
</CFSCRIPT>
<!--- The variable result takes its
value from the script region --->
Test for #name# is #result#.
</CFOUTPUT>
result="positive";
result="negative";
Developing Web Applications with ColdFusion

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 4.5

Table of Contents