RE: Strange Thing - CFOUTPUT converting quot; to

2013-04-30 Thread Robert Harrison

I can get around this by doing a replace of  to quot; and then it works as I 
need, but it seems stupid to have to do that when the value is actually quot; 
to begin with. 

Just plain strange. 


Robert Harrison 
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Tuesday, April 30, 2013 2:10 PM
To: cf-talk
Subject: Strange Thing - CFOUTPUT converting quot; to 


I have a field in a form with quoted values, but the values are quot;.   When 
I post it to another page and output it, something is changing the quot; to a 
real  (in the source, not the just the display). 

I put the following on the page to test...

cfdump var=#form.text#
cfoutput#form.text#/cfoutput
cfabort

When I do view source the 

value of the dump is -  quot;myvaule are quot;
the value of the output is  myvalue

What am I missing?  Why is  quot; being converted to  on cfoutput?  I don't 
want it changed.

Thanks

Robert Harrison
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 
631.434.7022 http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_wi



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


RE: Strange Thing - CFOUTPUT converting quot; to

2013-04-30 Thread UXB

The quot; is being rendered in the HTML engine of the browser as it should
be if you want to display it as quot; then you should use
#htmleditformat(form.text)#



Dennis Powers
UXB Internet - A website Design and Hosting Company
P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
W: http://www.uxbinternet.com
W: http://www.ctbusinesslist.com

-Original Message-
From: Robert Harrison [mailto:rob...@austin-williams.com] 
Sent: Tuesday, April 30, 2013 2:10 PM
To: cf-talk
Subject: Strange Thing - CFOUTPUT converting quot; to 


I have a field in a form with quoted values, but the values are quot;.
When I post it to another page and output it, something is changing the
quot; to a real  (in the source, not the just the display). 

I put the following on the page to test...

cfdump var=#form.text#
cfoutput#form.text#/cfoutput
cfabort

When I do view source the 

value of the dump is -  quot;myvaule are quot;
the value of the output is  myvalue

What am I missing?  Why is  quot; being converted to  on cfoutput?  I
don't want it changed.

Thanks

Robert Harrison
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119
  F 631.434.7022 http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_wi



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