> I'm running a loop over a query <cfloop query=...>. I don't have 
> anything to
> output in the loop and I can't get the whitespace out of the 
> final output. I
> have enlosed the entire page in cfenablecfoutputonly but it seems 
> like cold
> fusion treats the loop like <cfoutput query=...>.
> 
> Any help would be appreciated (as a slightly faster page).

try;
<cfsetting EnableCFOutputOnly="Yes">
before the code, and 
<cfsetting EnableCFOutputOnly="No">
after the code

Only things within <CFOuput> and </CFOutput> are sent to the browser.

HTH


Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to