tabindex in a web page gives unwanted behavior

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
 
T

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

Members online

No members online now.

Forum statistics

Threads
474,438
Messages
2,571,699
Members
48,796
Latest member
Greg L.
Top