On Monday, February 17, 2003, at 11:44 PM, Andy Worthington wrote:
I work on a website that runs on enhydra 3.1 We are having an issue
with one of our jhtml/java pages. When we use IE 5.5 or 6 to fill out
the form and submit it, IE might actually send multiple POST request to
enhydra which in turn runs the java page again. If we use a different
browser, say mozilla, the page only post once and is only executed
once. Has anyone seen this issue with IE before?
Thanks
Hi,
It might be due to the (arguably poor) handling of mime types in
certain versions of IE. Are you returning html after the post, or
something else (like a pdf)? See, for example:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q293792
Scott
|