VbScriptor
Programmer
i have a text box in my form in which the user enters his
name. As we all know a name cannot contain any no's. or any
thing else other than just alphabets right.
so if i insert a value other than just alphabets i should receive an error message right.
can this b done using vbscript (only vbscript & not javascript or asp).
i tried to use the isNumeric() but it works only if i insert all no's. in the text field
i.e it works only if i insert 65737 or any other no.
but not if i insert my747name
then i tried isAlpha() but it does not work at alll
is there any other way to do it in vbscript
(a sample code will be helpful)
thank you for your reply in advance
name. As we all know a name cannot contain any no's. or any
thing else other than just alphabets right.
so if i insert a value other than just alphabets i should receive an error message right.
can this b done using vbscript (only vbscript & not javascript or asp).
i tried to use the isNumeric() but it works only if i insert all no's. in the text field
i.e it works only if i insert 65737 or any other no.
but not if i insert my747name
then i tried isAlpha() but it does not work at alll
is there any other way to do it in vbscript
(a sample code will be helpful)
thank you for your reply in advance