> So we have no access to the session scope on this > application, so we are > writing everything to the client scope.
> We have a page that writes junk, and another page reads > it. If someone > puts in " and we wrap it in htmlEditFormat() we get the > ascii version on > the page output, however this is exactly what we do when > it is written > to the db. > Anyone have a freaking work around for this because I am > getting super > annoyed :) Say what? I don't want to offend you but it sounds like you're mis-using htmleditformat()... It should never be used on a value going into a database, only coming out -- or coming directly from a user-provided input scope (form, url or potentially data from a gateway like SMS) and going directly to the output buffer to deliver an html page. Basically, don't ever use it anywhere except in a cfoutput. If I'm off, or you want more specific advice, throw me some p-code. :) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:166855 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
