Hello,
I need to apply validation to two text boxes. One text box named
FirstNumber is required to contain only numbers, and be only three
digits long.
The other text box named SecondNumber needs to also require only
numbers, but allow for four digits.
I need to have a msg box appear after the user clicks a button named
'submit' if the validation on either text box has been violated.
I spend most of my time writing SQL, and I'm not well versed at all
with JavaScript.
Please help!
Thanks!
CSDunn
I need to apply validation to two text boxes. One text box named
FirstNumber is required to contain only numbers, and be only three
digits long.
The other text box named SecondNumber needs to also require only
numbers, but allow for four digits.
I need to have a msg box appear after the user clicks a button named
'submit' if the validation on either text box has been violated.
I spend most of my time writing SQL, and I'm not well versed at all
with JavaScript.
Please help!
Thanks!
CSDunn
Comment