I have a data entry form, corectly tab indexed etc changes colur where the focus is and everthing.
there are three dropdowns which drop down on the onenter event and whose values depend on previous entries.
Despite advice to the contrary
Users insist on using the mouse to select values from the dropdown and in their haste often make mistakes.
is there a way to force users to use keyboard to input to the dropdown
or any other ideas???
I tried experimenting with onclick type events to change the focus back to the first field which would really annoy the user but would soon teach them to use the keyboard.
there are three dropdowns which drop down on the onenter event and whose values depend on previous entries.
Despite advice to the contrary
Users insist on using the mouse to select values from the dropdown and in their haste often make mistakes.
is there a way to force users to use keyboard to input to the dropdown
or any other ideas???
I tried experimenting with onclick type events to change the focus back to the first field which would really annoy the user but would soon teach them to use the keyboard.