I have a field in a form with quoted values, but the values are ".   When 
I post it to another page and output it, something is changing the " 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:355630
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to