Check your Application.cfc/cfm file. It may be adding text.

Outside of that, CF will not add HTML unless you tell it to.

The whitespace though may be an issue. You can fix that in a variety
of ways, but I normally just use cfsetting.

On Fri, Mar 9, 2012 at 11:23 AM, Chad Baloga <cbal...@gmail.com> wrote:
>
> Is there a way a can create a blank page without the browser automatically 
> adding:
> <html>
>   <head></head>
>   <body></body>
> </html>
> My page is a page with a bunch of cfheaders and does not return anything, but 
> the requester says he see a carriage return being sent back to him.  I 
> created just an empty cfm page with the same result. Any thoughts?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350323
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to