[thelist] Escaping quotes in a hidden input's value

Joshua Olson joshua at waetech.com
Thu Jun 3 12:00:43 CDT 2004


> -----Original Message-----
> From: Tab Alleman
> Sent: Thursday, June 03, 2004 12:53 PM
> 
> <input type="hidden" name="Title" value=""I Loved It!"">
> 
> The script that processes the form sees an empty string for the value of
> "Title".

Try switching the outside quotes to single quotes:

<input type="hidden" name="Title" value='"I Loved It!"'>

HTH,

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com/service_areas/
706.210.0168 



More information about the thelist mailing list