codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  tab order on forms  Archive Import (tonya) at 12:01 on Tuesday, May 20, 2003
 

Hi how do i specify tab order in forms???

Tonya

  Re: tab order on forms  Archive Import (david) at 07:40 on Monday, June 16, 2003
 

use tabindex within the tag of the form item
so for example
<input type=text tabindex=1>
<input type=text tabindex=2>

it follows through the order of numbers you enter


  Re: tab order on forms  Troy Wolf at 16:44 on Friday, August 01, 2003
 

Also, if you`d like an element to not be in the tab order, just set its index to a negative number.

<input type=text tabindex=-1>

Troy Wolf: site expert
SnippetEdit Website Editor









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Lightweight components reuses its parents graphical units. Heavyweight components
•  lightweight and heavyweight component
•  array of struct
•  matrix prblm in java
•  Re: how to open instantly a pop up window whenever a user sends a message to the other user
•  Re: PING PROGRAM IN PERL
•  Re: date of birth validation using java script-very urgent
•  JAVA If statements
•  Need Help with a Regular Expression


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2010