WriteOutput

"-->
 WriteOutput (string) 

Description

Use this tag to write output to the page inside of a cfscript block. This function writes to the page-output stream, regardless of conditions established by the cfsetting tag.

Example

 <cfscript>    employee = StructNew();    StructInsert(employee, "firstname","Joe");    StructInsert(employee, "lastname", "Bazooka");    StructInsert(employee, "email", "joe@bubble.com");    StructInsert(employee, "phone","970-555-444");    StructInsert(employee, "department", "cartoon");    WriteOutput("About to add " & firstname &amp; " " &amp;    lastname);  </cfscript>  


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net