tabindex in a web page gives unwanted behavior

  • Thread starter Thread starter ThunderMusic
  • Start date Start date
T

ThunderMusic

Hi,
I have a page where I have the following

<table>
<tr>
<td rowspan=4><asp:textbox></td>
<td><asp:textbox><td>
</tr>
<tr>
<td><asp:textbox><td>
</tr>
<tr>
<td><asp:textbox><td>
</tr>
<tr>
<td><asp:textbox><td>
</tr>
</table>

I want the tab index to go in the right column and then the left column. I
tried to set the tabindexes of all the controls in the page or just the one
I want to be the last control to have the focus, but I get some weird
behavior where the focus go across all my IE toolbars before going to the
control...

Is there a solution?

Thanks

ThunderMusic
 
Hi,
Must I assume there is no solution to my problem? even with Framework 2.0?

thanks

ThunderMusic
 
Back
Top