| Contents > CFML Reference > ColdFusion Tags > cfsilent |
|
|
|
|
||
Suppresses output produced by CFML within a tag's scope.
Data output tags, Page processing tags
<cfsilent>
...
</cfsilent>
cfcache, cfflush, cfheader, cfhtmlhead, cfinclude, cfsetting
This tag requires an end tag.
<h3>cfsilent</h3>
<cfsilent>
<cfset a = 100>
<cfset b = 99>
<cfset c = b-a>
<cfoutput>Inside cfsilent block<br>
b-a = #c#</cfoutput><br>
</cfsilent>
<p>Even information within cfoutput tags does not display within a
cfsilent block.<br>
<cfoutput>
b-a = #c#
</cfoutput>
</p>
|
|
||
| Contents > CFML Reference > ColdFusion Tags > cfsilent |
|
|
ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pc7.htm
Comments
mindtrap said on Feb 1, 2005 at 9:00 AM : Tacs said on Jul 20, 2005 at 1:22 PM :