#Numeric Field
How to allow numbers only in a field
If you have a numeric field, maybe a price, a score or some other field that should contain numbers only, you might wish to alert the user that only numbers are allowed before she saves the record. This article shows you how to do it in JavaScript.
How to allow numbers only in a field