Should we have Browser Side Validation

Posted by Raju on Stack Overflow See other posts from Stack Overflow or by Raju
Published on 2010-06-01T07:51:56Z Indexed on 2010/06/01 7:53 UTC
Read the original article Hit count: 279

Filed under:
|

For a back office application which is going to be used in house and users trained to use it, does it make sense to have browser side validation. After training users will seldom make mistakes. These mistakes would get caught at the server side. Also bearing in mind that the bandwidth availability is a lesser concern I feel we should avoid browser side validations. This will save the effort of maintaining the same functionality at two places.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser