Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

suppressing output

Status
Not open for further replies.

ice78991

Programmer
Nov 20, 2006
216
When I look at the source of one of my cfm pages in a browser i see that Coldfusion has added quite a lot of info such as
<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use.">

My coldfusion comments are also there
<!--- comment --->

Is it possible to instruct coldfusion (standard or enterprise edition) to return only the information between <cfoutput> tags and nothing else
 
I have tried <cfsetting enableCFoutputOnly="Yes"> with some success. I'm hoping that on a production version of coldfusion meta tags will not be produced. The reason I need to know this is that I am parsing the output of the cfm file and these meta tags are causing my client application to throw errors
 
I have found out this cannot be done but have been assured that the commercial versions of coldfusion 8 do not add a meta tag
 
Correct. This isn't an issue once you get past the developer version.

Cheers,

Bluetone
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top