Re: entities inside form elements

On Thu, 2002-01-17 at 13:24, Jan Meyer wrote:
> This url
> http://makeithappen.com/temp/o.html
> has this snippet
> <html>
> <Body>
> <form>
> <textarea>
> &lt; &gt; &amp;
> </textarea>
> <P>
> <input type=text value="&lt; &gt; &amp;">
> </form>
> </Body>
> </html>
> 
> How do I get the textarea and text controls to display
> &lt; &gt; &amp; instead of < > & ???
> 

&amp;lt; 
&amp;gt;
&amp;amp;

:)

Received on Wednesday, 16 January 2002 23:30:34 UTC