I have a form that will be submitted by javascript code triggered in \"onsubmit\" of the tag. Works fine on all browsers - but not on IE7/IE8.
What can I do?
The solution for us was to move the javascript event from "onsubmit" of the form to "onclick" of the submit button.
[...]