|
Advanced Client-Side Form Validation
By Steven Smith
This was my second AspToday article, and is not meant to be a highly secure means of
ensuring that hackers don't spoof past your forms, but rather as a simple way to increase
security and defeat casual attackers. Do not consider this to be the a secure way
of validating your data -- some server side validation is always required to achieve this.
The problem of Form Validation is one that most web developers will have come
across, for both Client-Side and Server-Side approaches have their pros and
cons. Steven Smith shows us how to combine the best from both.
Read On
|