G'day...

I've got a perl script that reads in variables from a web page using CGI
and CGI::Untaint.

The only problem is that after changing a check box's value from being
"As_Above" to "on" (in the HTML, for the purpose of compatibility with
CGI::Untaint) it did not appear the browser was giving a different vale
(ie. it was still reading the value as "As_Above" rather than "on").

I checked and double-checked the HTML, I restarted apache, I simplified
apache's configuration, I restarted my client PC... nothing seems to
change it using Firefox and I discovered with IE that the value changed
when (whilst filling out the form) I checked a different check box (as
well as the problematic one) and it started working for me. I still
don't know how to remedy Firefox though.

Do other people have these problems as well? Is there a remedy or a way
to avoid it. (Other than not changing the form's HTML - which is likely
to happen again.)

TIA

Mike


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to