On Mon, Sep 25, 2006 at 10:53:15AM -0400, Shawn Hinchy wrote: > 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?
> 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'd /guess/ that you have something like <button type="submit" name="foo" value="baz">Bar</button>, and you are testing for $q->param('foo') eq 'baz' and falling over IE's problem of sending "Bar" as the value. ... but you haven't provided anywhere near enough information about the problem to say for sure. Real URL? HTML? Perl? -- David Dorward http://dorward.me.uk -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>