Click to See Complete Forum and Search --> : [RESOLVED] Auto Advance Cursor to next input field


sps2045
11-15-2006, 01:53 PM
Does anyone know how to automatically advance the cursor to the next input field when the first input field is filled in on a form? The first field has a character length of 2 characters then I would like the cursor to tab to the next field automatically.

KDLA
11-15-2006, 03:24 PM
You might give this a try: http://javascript.internet.com/forms/auto-tab.html

sps2045
11-15-2006, 03:38 PM
Thanks KDLA, works great