When filling out long fields of number like telephone numbers, social security numbers, etc, it's a good usability practice to make the cursor automatically jump to the next available field when the current field is full. You can do it with this simple javascript.

NOTE: You need to give each element a sequentially numbered tabindex value in order for this script to work properly.

Input format: 3 digits, 3 digits, 4 digits