News

Search titles only By: Search Advanced search… ...
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.
My first step is to add a method to my page that can be called by client-side JavaScript code. That method will accept three values: the customer id, the location id and the warehouse id. I'll put my ...