J
Jane Sharpe
Hi,
I have a form which contains a number of textboxes, they are defined like
this :
<asp:TextBox id="txtEmail" MaxLength="128" runat="server"
class="DataTextBoxMedium" onkeydown="TrapKBD()" />
At the moment as the user enters information, and presses the tab key, they
are taken down the textboxes in the order they appear on the form, 1,2,3,4
etc.
I'd like to change this order (not based on any input) but just make sure
the tab key takes a different route, say 1,3,2,4 .....
Can I do that? and how ?
Jane
I have a form which contains a number of textboxes, they are defined like
this :
<asp:TextBox id="txtEmail" MaxLength="128" runat="server"
class="DataTextBoxMedium" onkeydown="TrapKBD()" />
At the moment as the user enters information, and presses the tab key, they
are taken down the textboxes in the order they appear on the form, 1,2,3,4
etc.
I'd like to change this order (not based on any input) but just make sure
the tab key takes a different route, say 1,3,2,4 .....
Can I do that? and how ?
Jane