Is there anyway to exclude an element from the tab order of a HTML form.
So if i have the following
Setting the tabindex to -1 will render an element untabbable (if that's a word) :)
tabindex
<input type="text" name="username" tabindex="-1" />