Connecting Tech Pros Worldwide Help | Site Map

Javascript Validation for enter telephone number

Sirisha
Guest
 
Posts: n/a
#1: Nov 17 '06
I have one textbox for enter telephone numbers.
i want that text box can accepts only 0 to 9 digits and one sapcace,
-,special characters.

I want Javascript script validation for that text box

Scott M.
Guest
 
Posts: n/a
#2: Nov 17 '06

re: Javascript Validation for enter telephone number


How about the Regular Expression Validator Control with the
ValidationExpression property set to phone number? Or, enter a regular
expression of your own?


"Sirisha" <sireesha.ardham@gmail.comwrote in message
news:1163732783.612717.298980@f16g2000cwb.googlegr oups.com...
Quote:
>I have one textbox for enter telephone numbers.
i want that text box can accepts only 0 to 9 digits and one sapcace,
-,special characters.
>
I want Javascript script validation for that text box
>
>

Closed Thread