Hi all,
Is there--without the use of javascript--a way to have an html <input> element ignore tabstops?
For example, I have a table with 5 columns, in these column td cells is in input textbox, and the tab key will step through columns 1 through 5, but I want it to go from 2 to 4, skipping over 3.
Without using onblur, focus, etc, how can I just make that input element ignore the tab and have it skip over?
Thanks,
--Jim
Is there--without the use of javascript--a way to have an html <input> element ignore tabstops?
For example, I have a table with 5 columns, in these column td cells is in input textbox, and the tab key will step through columns 1 through 5, but I want it to go from 2 to 4, skipping over 3.
Without using onblur, focus, etc, how can I just make that input element ignore the tab and have it skip over?
Thanks,
--Jim