Hi there,

I just realized that either sql JDBC driver or CF automatically translates 
symbols like < into HTML code of &lt; prior to saving the data into a database 
table.  Here's a case, a form looks like this
<form ...>
<textarea ...> 
{user input include 
some text <img src="userImage.gif" ...> 
...}
</textarea>
</form>

The data saved into a sql database table would looke like 
some text &lt;img src="userImage.gif" ...&gt;

But that's not desirable, I don't want the translation.  How?  Or am I missing 
something real simple here?

Thanks.

Don
Chunshen Li 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to