PDA

View Full Version : Javascript, I THINK and Tabs


Noodles
02-25-2004, 06:47 AM
Hi all,
I have a page that has a form on it. It is split into to two sides right and left but all in the same form.

The left column is an applicants details. The right column is the partners details.

Is it possible for me to, by default make the cursor TAB from box to box down the left hand column instead of field one on the left, field one on the right, field two on the left, field two on the right?

Do I make any sense at all?

Willy Duitt
02-25-2004, 07:14 AM
Yes, you are looking for tabIndex (http://www.cpcug.org/user/houser/section508/tab_index_example.htm).

.....Willy

Noodles
02-25-2004, 08:13 AM
Thanks Willy, Top man.
Just what I needed.