Mar 31, 2004 #1 nmath Programmer Dec 12, 2003 47 US I have an input field that I want to remove from the tab order of a form. Does anyone have any suggestions? Thanks in advance!!
I have an input field that I want to remove from the tab order of a form. Does anyone have any suggestions? Thanks in advance!!
Mar 31, 2004 Thread starter #2 nmath Programmer Dec 12, 2003 47 US I think I figured it out- use tabindex = "-1" in the input tag. This prevents it from being in the tab order. Have a great day! Upvote 0 Downvote
I think I figured it out- use tabindex = "-1" in the input tag. This prevents it from being in the tab order. Have a great day!