[thelist] quotes in a formfield value

Rob Keniger rob at bigbang.net.au
Thu Oct 5 10:05:43 CDT 2000


on 10/6/00 12:32 AM, Peter Van Dijck at peter at vardus.com wrote:

> <input type="text" name="textfield" value="I say: \"hello\"">
> or
> <input type="text" name="textfield" value="I say: "hello"">
> 
> doesn't show in IE5. mmm... why did I never come across this???any hints?
> peter

Use HTML entities:

<input type="text" name="textfield" value="I say: &quot;hello&quot;">

HTH

-- 

Rob Keniger

big bang solutions

<mailto:rob at bigbang.net.au>
<http://www.bigbang.net.au>





More information about the thelist mailing list