August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cfsavecontent
<cfsavecontent>
HTML and CFML
</cfsavecontent>
Saves all generated content
between tag pairs in a variable. cfsavecontent is
useful in situations where you want to reuse the content generated by
a specific block of code.
variable="
variable_name
"
A variable name for storing the content generated by code between the
cfsavecontent tag pairs.