I have disabled JS in my IE browser for testing purposes. The validation port is not working now which is good. But the page does a post back when I click a submit button.
Is this the correct behavior? Because All these days what I was believing is, even submit button call is being triggered by JavaScript? Am I wrong?
<input type="submit">element does not require scripting in order to perform its job. So yes, you're wrong on that part.