[thelist] CF Textarea problem....

isaac forman isaac at triplezero.com.au
Mon May 8 19:34:10 2000


Katie,

> This only seems to happen when we have "", '', or % entered in the text
> area.  Anyone have any suggestions?

Have you tried somehow using HTMLEditFormat()?

Maybe like this:

	<cfif htmleditformat("#form.req_just#") is "">

The problem being caused by the &quote; would suggest using this function. It's
just a wild guess though...


isaac