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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top