HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
Always validate. <BR><BR>mikeshn, what language is your web app being written in?? <BR><BR>For my current php web app, I have a separate php script that checkes the input of my form before sending it ...