Hello, I have a doubt about javascript. When designing web based system, usually we used javascript to validate the form. It works fine in IE browser. However, all the validation does not work when tested on firefox browser.
Why and what is the problem? How to solve it so that the application can be used in any browser?
Thank you.