Click here to Skip to main content
15,895,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on a web based application. In the forms we have a lot of validations using javascript. But on some client machines, javascript debugging is disabled in the browsers. So none of my validations work.
Please suggest as to what can be done in this scenario.
Thanks :)
Posted

1 solution

It is not mandatory to have javascript "debugging" enabled in browsers for validations to work. Only needed is that the browser must support javascript. You need to confirm first whether your client browser support javascript? :)
 
Share this answer
 
Comments
natasha_009 24-Dec-13 1:00am    
Most of the client machines have IE8. and on some of them these validations do not work. if the script debugging is disabled in IE, the validations do not work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900