Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

Tried all suggestions... still see:

html
   head/head
   body/body
/html

In my firebug info when the page is blank 

~|
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:350403
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Blank page with no HTML tags

2012-03-13 Thread IT (Pradeep Viswanathan)

If you see the view source for the same you would not find anything. Believe 
that is how FireBug works.

Thx  rgds,
Pradeep Viswanathan R 
 

-Original Message-
From: Chad Baloga [mailto:cbal...@gmail.com] 
Sent: Tuesday, March 13, 2012 5:23 PM
To: cf-talk
Subject: Re: Blank page with no HTML tags


Tried all suggestions... still see:

html
   head/head
   body/body
/html

In my firebug info when the page is blank 



~|
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:350404
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

If I view source, it is empty, but when I choose edit  select all, the cursor 
appears which may be the space that the requester is picking up?

 If you see the view source for the same you would not find anything. 
 Believe that is how FireBug works.
 
 Thx  rgds,
 Pradeep Viswanathan R 
 

~|
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:350405
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Blank page with no HTML tags

2012-03-13 Thread IT (Pradeep Viswanathan)

This does not happen for me... if you can post the code, we can try ?

Thx  rgds,
Pradeep Viswanathan R 


-Original Message-
From: Chad Baloga [mailto:cbal...@gmail.com] 
Sent: Tuesday, March 13, 2012 5:32 PM
To: cf-talk
Subject: Re: Blank page with no HTML tags


If I view source, it is empty, but when I choose edit  select all, the cursor 
appears which may be the space that the requester is picking up?

 If you see the view source for the same you would not find anything. 
 Believe that is how FireBug works.
 
 Thx  rgds,
 Pradeep Viswanathan R 
 



~|
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:350406
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

I am trying to place my cfheader/cfcontent tags inside a function now instead 
of on a cfm page.  Does anyone know if this will work and prompt for a file 
download?

 This does not happen for me... if you can post the code, we can try ?
 
 Thx  rgds,
 Pradeep Viswanathan R 
 

~|
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:350410
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Claude Schnéegans

 Is there a way a can create a blank page without the browser automatically 
 adding:

In my case with Explorer, this is what I get:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META content=text/html; charset=windows-1252 http-equiv=Content-Type/HEAD
BODYPRE/PRE/BODY/HTML

But with Opera, Firefox, Safari or Chrome: nothing.

So this must be some Browser feature and I doubt you can control it at the 
server level.

~|
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:350412
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga

Came across something but I don't know if it works until I get the other party 
on the phone for testing.. will provide an update shortly

Is there a way a can create a blank page without the browser automatically 
adding:

In my case with Explorer, this is what I get:
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META content=text/html; charset=windows-1252 http-equiv=Content-Type/HEAD
BODYPRE/PRE/BODY/HTML

But with Opera, Firefox, Safari or Chrome: nothing.

So this must be some Browser feature and I doubt you can control it at the 
server level. 

~|
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:350414
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Blank page with no HTML tags

2012-03-09 Thread Chad Baloga

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:350321
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-09 Thread Raymond Camden

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


RE: Blank page with no HTML tags

2012-03-09 Thread IT (Pradeep Viswanathan)

Try enabling white space management from ColdFusion Administrator.

-Original Message-
From: Chad Baloga [mailto:cbal...@gmail.com] 
Sent: Friday, March 09, 2012 9:24 PM
To: cf-talk
Subject: Blank page with no HTML tags


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:350324
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-09 Thread Andrew Scott

I am guessing that you are using Chrome, I can't vouch for the other
browsers but when you view an empty page you indeed do see this when
viewing the page.

If you are using Application.cfc / Application.cfm you will need to look
into whitespace management, so if you have access to ColdFusion
Administration then I would make sure that this is switched off.

There are also other techniques to try like using cfsetting
enablecfoutputonly=true / and cfsilent /

Hope that helps.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543



On Sat, Mar 10, 2012 at 4: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:350325
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-09 Thread Chad Baloga

Thanks for the ideas.. I'll give them a try

~|
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:350326
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Blank page with no HTML tags

2012-03-09 Thread Pete Freitag

Try this:

cfcontent reset=true type=text/plaincfabort

That should be blank in all browsers, and will reset the output buffer from
any whitespace that might have been caused by code running prior to that or
in your Application.cfc/cfc

--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting  Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?




On Fri, Mar 9, 2012 at 12:40 PM, Chad Baloga cbal...@gmail.com wrote:


 Thanks for the ideas.. I'll give them a try

 

~|
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:350327
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm