Textarea in textarea rendering when it should not!?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Textarea in textarea rendering when it should not!?

Post by JAB Creations »

I have a textarea inside of a textarea rendering instead of just being plain text. I've tried adding CDATA though that did more harm then good. The page is text/html. The strange thing is I already do this just fine with XHTML as application/xhtml+xml. What would make a textarea loaded in another textarea render in one situation but not another?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

That doesn't make sense. Post the source.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Did you forget to use htmlspecialchars()?
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Post by JAB Creations »

Ah, added that little bit of magic and the voodoo disappeared. It was present in my site's editor but not in my client's. Thanks!
Post Reply