Question
Onload and Tabbing focus problem
I was asked by some of my users to set focus to the username
field on the login page when it loads. I began by adding to the
body tag and cfform tags OnLoad function. This allowed the page to
load and set up the user to just start typing without clicking in
the field. The problem is with trying to tab to the next field. The
only way I can even start tabbing to other fields is to click in
one and then depress the tab key. However, this only tabs over to
the other two fields while leaving out one of the fields.
I would like the page to load so that the user can start typing and then by pressing tab he can move on to the next field. I don't know why this code doesn't work. It is kind of frustrating. Does anybody know of a fix to this problem?
Thank you for your time!
I would like the page to load so that the user can start typing and then by pressing tab he can move on to the next field. I don't know why this code doesn't work. It is kind of frustrating. Does anybody know of a fix to this problem?
Thank you for your time!