[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Off-Topic Question about HTML code from CGI
- Subject: Re: [cobalt-users] Off-Topic Question about HTML code from CGI
- From: flash22@xxxxxxx
- Date: Tue May 28 19:17:19 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 28 May 2002, Ian wrote:
> Is there anyone who knows how to force it so that the browser does not
> convert the . into .
You can't, the browser will quote whatever it thinks needs quoting when
posting data. In fact it's worse, different browsers quote different
things, " is particularly flaky.
The best thing to do is to write your cgi to handle the various possible
quoting is a generic fashion....
gsh