Validate Numeric Fields Using Javascript
|
| Article by: | unknown (10/17/2001) |
|
| Summary: | Use the onBlur() method to validate numeric fields with this checkNumeric() javascript function. Optionally pass in a period, comma, or hypen to indicate allowed values. Set the maximum and minimum value allowed.
|
|