Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

what's the escape character for VALUE field

1 view
Skip to first unread message

Yinong Xi

unread,
Aug 24, 1999, 3:00:00 AM8/24/99
to
Hi,

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


Jukka....@hut.fi

unread,
Aug 25, 1999, 3:00:00 AM8/25/99
to
On Tue, 24 Aug 1999 15:25:30 -0700, Yinong Xi <y...@lucent.com> wrote:

>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
&quot;
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!

0 new messages