06-26-04 03:19 PM
This is an HTML issue, and would be happening whether you were using
ColdFusion, ASP, PHP, CGI, etc. etc.
You'll have better luck with client-side form/GUI questions in a client-side
newsgroup...
--
http://www.aspfaq.com/
(Reverse address to reply.)
"yabba" <REMOVETHISyabbadoo_2004@hotmail.com> wrote in message
news:eslR9OuWEHA.4020@TK2MSFTNGP09.phx.gbl...
> I am building an asp form with various elements...
>
> <td tabindex=[x]>blablabla</td>
>
> Where the [x] is the order I want, so far so good and using the tab ke
y
> provides the desired results however...
>
> When I *click* on one of the elements the tab order is not updated and so
the
> next tab key jumps to wherever tabbing left off.
>
> Is there a way to use onfocus() or something to update the tab order so
the
> next tab will focus on the next element after the *clicked* element?
>
> Thanx for any help
>
>
>
>
[ Post a follow-up to this message ]
|