I am making a form and I am supossed to put Social Security # in there...
I wanted to make it so that after you type in the first the numbers, the focus slides to the second box and the same with the third...
I am guessing that there is a very easy way to do this??
<input type="text" size="3" maxlength="3" name="ss1">
<input type="text" size="2" maxlength="2" name="ss2">
<input type="text" size="4" maxlength="4" name="ss3">
__________________
But dreaming just comes natural
Like the first breath from a baby,
Like sunshine feeding daisies,
Like the love hidden deep in your heart.
~J.Prine
|