radiantmatrix has asked for the wisdom of the Perl Monks concerning the following question:
I apologize that I can't provide much code, as the app I'm working on is proprietary. I am working on an application using CGI::Simple and HTML::Template; the whole thing works beautifully in Firefox. However, in order to get it to work in IE I have to shift-click the submit button.
I have attempted to search for this problem, but I don't really know what to call it. "Shift-click on form submit required in IE" and variations are all I've been able to think of, and the results have not been enlightening.
I've tried to reduce it to simple code that raises the issue, but without much luck. Debugging web scripts (e.g. with perl -d) is something I'm not real familiar with, so any tips there would be helpful as well. Essentially, I have a script which generates a form with a submit button named 'run' and itself as the form's action (POST method).
I have IIS set to expire all content immediately, so I wouldn't think this is a caching issue (but who knows, right?). My colleague working in ASP.NET on the same server isn't having these problems, so I figure it's either
If this turns out to be nothing to do with Perl, I'll be grateful (if annoyed, since IIS/IE experts aren't as readily available as my fellow Monks); but, if anyone can give me ideas about where I might be going wrong, places to look, etc., I will be thrilled.
I think I've given all the relevant information, but please ask if there's something I can tell you that will help. I will provide whatever I can short of breaching my NDA.
Thank you all in advance.
Update: thanks to Old Gray Bear, BaldPenguin, rlucas, and frodo72. Your ideas helped me find the culprit. The problem is actually two-fold:
Yoda would agree with Perl design: there is no try{}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Odd form submit behavior in IE to a Perl CGI under IIS 6.0
by Old_Gray_Bear (Bishop) on Jun 02, 2005 at 23:12 UTC | |
|
Re: Odd form submit behavior in IE to a Perl CGI under IIS 6.0
by BaldPenguin (Friar) on Jun 02, 2005 at 23:40 UTC | |
|
Re: Odd form submit behavior in IE to a Perl CGI under IIS 6.0
by polettix (Vicar) on Jun 02, 2005 at 22:49 UTC | |
by Errto (Vicar) on Jun 03, 2005 at 03:06 UTC | |
|
Re: Odd form submit behavior in IE to a Perl CGI under IIS 6.0
by TedPride (Priest) on Jun 02, 2005 at 22:55 UTC | |
|
Re: Odd form submit behavior in IE to a Perl CGI under IIS 6.0
by rlucas (Scribe) on Jun 03, 2005 at 00:42 UTC |