Click to See Complete Forum and Search --> : force tab to next input element


lingra
09-09-2003, 03:42 PM
I have a form that has several readonly input text fields. I want the tab to skip those fields. Is there anyway to force the tab key (skip to next input field) when the readonly fields gain focus?

I don't want to use disable because of the dimmed text.


:confused:

Khalid Ali
09-09-2003, 03:59 PM
yes,
what you can do is onfocus for each of the readonly fields,pass focus to the next not readonly field