Hello folks, I'm looking for a script to validate a specific number
value in a standard form input field.
An example would be, if someone enters a number into a form input, I
want the script to validate it and give an alert if that the number
exceeds the set script value.
Like if the script value is set for 3000 and the number 3002 is
entered, I want an alert to pop and give a warning,
BTW - This script must be generic enough to work with older simple
browsers.
Hope someone can help.
PapaJo's friend (S_H)
value in a standard form input field.
An example would be, if someone enters a number into a form input, I
want the script to validate it and give an alert if that the number
exceeds the set script value.
Like if the script value is set for 3000 and the number 3002 is
entered, I want an alert to pop and give a warning,
BTW - This script must be generic enough to work with older simple
browsers.
Hope someone can help.
PapaJo's friend (S_H)
Comment