Javascript SSN validator...
Hi everyone,
I am looking for a javascript which validates the format of SSN
If i have to enter SSN in a text field
1.It has to accept only numbers (no characters)
2.It has to add the string '-' automatically when the users entering the SSN
3.It has to validate whether users entered correct no of digits (9 digits)
Does anyone encountered or implemented such kind of javascript validations for a SSN no?
Please let me know if this is possible to do
Thank you
phani