AutoTab?
I have a html form that takes a ssn as input. I want to break this single textbox into three seperate boxes that auto-tab when the correct number of digits are input in each box. Data validation was simple using a single box, I tested for digits only, correct length, etc. But, breaking it up into three text boxes will break all my validation. Any help would be appreciated.
|