textarea problems

  •  06-26-2005, 8:08 PM

    textarea problems

    I'm trying to edit a form containing a textarea using CuteEditor for ASP version 4.  I have no problems with editing the form, but when I get the HTML back there is only a <textarea/> if there is no text contained in the textarea. This is a problem, as IE (at least v6, on which I tested this behavior) does not recognize a <textarea> with no </textarea>. Is there a way to disable this behavior or am I going to have to do a regex replace on the text I get?

    Thank. 
View Complete Thread