I'm using FireFox 16.0 for development. In my jsp form I'm calling javascript function for validation at onBlur of a textbox. It works fine if I change the focus to another textbox. But if I click submit button without changing focus, the validation does not occur and the form gets submitted. Kindly suggest a solution.
Thanks
Veronica.
10-22-2012, 08:42 AM
007Julien
Perhaps a setTimeout before submitting (to submit the form after a delay) will allow to call the function...