I am currently having problem to include a double quote character ( " )
in the VALUE field, such as
<input TYPE="HIDDEN" NAME="thisField" VALUE=" ">
the string for VALUE field includes a double quote character ( " ),
would you please let me know the escape character for this?
Please mail to: y...@lucent.com
Thanks,
Yinong
>I am currently having problem to include a double quote character ( " )
>in the VALUE field, such as
> <input TYPE="HIDDEN" NAME="thisField" VALUE=" ">
>the string for VALUE field includes a double quote character ( " ),
The quotation mark ("), whenever it appears in an attribute value
delimited by quotation marks, must be presented either as
"
or, equivalently, as
&34;
(For simplicity I won't mention the third alternative, using
hexadecimal code, since no browsers support that yet.)
For other escape notations, see
http://www.htmlhelp.org/reference/html40/entities/
>Please mail to: - -
No, please _you_ adopt the Usenet habits, see
http://www.hut.fi/u/jkorpela/usenet/
Followups set - no reason to discuss this in a random sample of
groups.
--
Yucca, http://www.hut.fi/u/jkorpela/ | http://yucca.hut.fi/yucca.html
To join the Clueless Club, send a followup to this message
quoting everything up to and including this sig!