The ASPSmith Articles, ASPAlliance.com |
Advanced Client-Side Form Validation |
| http://www.aspalliance.com/stevesmith/articles/19990611asptoday.asp |
|
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. |