Filtered keystrokes with JavaScript
This small set of scripts should give you a starting point for filtering the valid input to certain form fields to ensure that you shouldn’t end up with input that you don’t want*. Basically you’d have the following javascript functions defined: function isNumber( evt ) { valid = true; if( evt.which || ( evt.which != [...]























Recent Comments