M Morten Snedker Nov 24, 2006 #1 Can I determine that one or more textboxes should not be able to be tabed to? Regards /Snedker
A aejw.com Nov 25, 2006 #2 You could set the html attribute "tabindex" to be after other controls, or maybe use javascript to react "onFocus" to move to another control... see for more information: http://www.htmlgoodies.com/tutorials/forms/article.php/3479201 http://www.htmlcodetutorial.com/document/_BODY_onFocus.html
You could set the html attribute "tabindex" to be after other controls, or maybe use javascript to react "onFocus" to move to another control... see for more information: http://www.htmlgoodies.com/tutorials/forms/article.php/3479201 http://www.htmlcodetutorial.com/document/_BODY_onFocus.html