RE: TABINDEX

This is the way it should work. Use the arrow keys to switch items within a
radio set.

David Clark
CAST, Inc.


-----Original Message-----
From:	w3c-wai-ig-request@w3.org [mailto:w3c-wai-ig-request@w3.org] On Behalf
Of Albright Scott M Contr ESC/MM/CAP
Sent:	Tuesday, March 30, 1999 2:06 PM
To:	w3c-wai-ig@w3.org
Subject:	TABINDEX

I'm udpating an "Interpreter Services" form on our website and part of that
is adding in TABINDEX as a feature.

The problem I'm having is when testing my TABS, I get down to RADIO buttons
and instead of tabbing in order, it jumps to the top of the page to our
office email address.

I'm using this format:

<TR>
	<TD WIDTH="150">Organization:</TD>
	<TD WIDTH="150"> <INPUT TYPE="RADIO" NAME="branch" VALUE="army"
TABINDEX="6">Army</TD>
	<TD WIDTH="150"> <INPUT TYPE="RADIO" NAME="branch" VALUE="navy"
TABINDEX="7">Navy</TD>
	<TD WIDTH="150"> <INPUT TYPE="RADIO" NAME="branch" VALUE="air_force"
TABINDEX="8">Air Force</TD>
</TR>

( I also tried using just one TABINDEX for the entire set)

Thanks
Scott

------------------*-----*--
Scott M. Albright
ESC/MM CAP
4170 Hebble Creek Rd,
BLD 280, Door 15, Suite 2
Wright-Patterson AFB, Ohio
45433-5645
Ph: (937) 656-0526
Fax: (937) 257-1227
scott.albright@wpafb.af.mil
http://www.afmc.wpafb.af.mil/public/ESC/MM/CAP

Received on Tuesday, 30 March 1999 14:30:32 UTC