I created a form which has 5 input fields and a submit button. A javascript function validates the form on submit event.
The Problem:
In firefox, when I press "Enter" Key, the form gets submitted and the validation function works. But In IE browsers, when "Enter" key is pressed, nothing happens (It does not submit the form)
Please Help... Thanks in Advance.