Hello,
I have a script that manages a form submission. In order to reuse the
form creation and validation functions, I am calling the same script
from the form using the post method.
Everything works fine in Mozilla/Firefox but when I try to use IE 6,
it doesn't seem to call the script when the submit button is pressed,
kind of like it knows it is already loaded and just reloads it from
cache. Is this possible? How do I overcome it?
Example:
File is : http://site.com/cgi-bin/script.cgi
.htaccess translates : http://site.com/script/ to the above address
Script calls 'http://site.com/script/' (itself) using post method.
The script acts differently whether it is called with no parameters or
whether it is called after the submit button press and has parameters
(action=validate, etc).
I hope my question is clear, I can help clarify as needed.
Thanks,
Shawn
--------------------
Shawn Michael Hinchy
[EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>