vivasuzi
Programmer
- Jun 14, 2002
- 183
I have a form, and when it is submitted, I want to check that all text fields (name, city, state) are only letters, and all number fields (phone, zip) are only numbers. Is there some quick way to check that a field has only letters or only numbers?
I also want to be able to check that the fields don't have any chars besides letters and numbers.
I don't need a function written for me, I was hoping there was something in asp to do this. Any help is welcome
*Suzanne*
I also want to be able to check that the fields don't have any chars besides letters and numbers.
I don't need a function written for me, I was hoping there was something in asp to do this. Any help is welcome