I have 3 telephone number input boxes (area code, prefix, suffix). Is there a way to automatically go to the next box after you finish typing in the first, etc.?
<input type=text size=3 name="ac"><input type=text size=3 name="prefix"><input type=text size=4 name="suffix">
Any ideas would be greatly appreciated. Thanks.
<input type=text size=3 name="ac"><input type=text size=3 name="prefix"><input type=text size=4 name="suffix">
Any ideas would be greatly appreciated. Thanks.