in reply to Re: Re: HTML Problem getting entities into a textarea
in thread HTML Problem getting entities into a textarea
If the user literaly typed '&' 'l' 't' ';', then to prevent this from being corrupted when you spit the text back out into a textarea, you're going to need to escape the '&'. This isn't an HTML bug, though it's not the most documented aspect of HTML that you'll find.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: HTML Problem getting entities into a textarea
by muad33b (Acolyte) on Apr 18, 2003 at 21:16 UTC |