You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Kee Hinckley <na...@somewhere.com> on 2001/03/12 04:33:57 UTC

Bug with form auto-fill and quoted arguments?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following form:

<form >
Search: <input type=text name=search> <input type=submit name=Search>
</form>

when submitted to itself with the argument: 
	"foobar"
results in:

<form >
Search: <input type=text name=search value=""foobar""> <input 
type=submit name=Search>
</form>

which of course doesn't parse properly.

My embperl settings are:

        PerlSetEnv      EMBPERL_ESCMODE xx
        PerlSetEnv      EMBPERL_OPTIONS 16

and I'm running 1.3.0.

Should those "'s be automatically turned into &quot;?
- -- 

Kee Hinckley - Somewhere.Com, LLC - Cyberspace Architects
Now Playing - Folk, Rock, odd stuff - http://www.somewhere.com/playlist.cgi

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOqzclCZsPfdw+r2CEQK8TgCeIRKcOlYXJByT3ltOi1xFWeXQNS8AnjrX
zv7P7n82f5WBia+ASVoZjciP
=wMXk
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Bug with form auto-fill and quoted arguments?

Posted by Kee Hinckley <na...@somewhere.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

At 3:37 PM +0100 3/12/01, Gerald Richter wrote:
>  > My embperl settings are:
>>
>>          PerlSetEnv      EMBPERL_ESCMODE xx
>
>what is xx ?

That would, of course, be an extremely bad error on my part.  I have 
no idea why I did that.
Question retracted :-)
- -- 

Kee Hinckley - Somewhere.Com, LLC - Cyberspace Architects
Now Playing - Folk, Rock, odd stuff - http://www.somewhere.com/playlist.cgi

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOqznNSZsPfdw+r2CEQIFuwCgoz8RB456eOib4UWYpkWfi+r+iAAAniFW
s3vce8oL1MgIPLhjlVqDcM3B
=9e2b
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Bug with form auto-fill and quoted arguments?

Posted by Gerald Richter <ri...@ecos.de>.
> My embperl settings are:
> 
>         PerlSetEnv      EMBPERL_ESCMODE xx

what is xx ?

> 
> Should those "'s be automatically turned into &quot;?

If escmode is 3 or 7, than the answer is: Yes, otherwise No

If you not sure what the value of escmode, just enter a 

[+ $escmode +] 

before your input tag, to verify it has the correct value

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org