I have got a button with an onclick javascript event that does some form validation. If the validation fails, false is returned. Otherwise nothing is returned, and the form should be submitted.
But what's happening is the url loads in the address bar but the page never loads. No headers are sent, no error messages display. Just a blank page.
This seems to only happen in IE.