G
Guest
Hello,
I would like to skip over a hyperlink in the tab order. The link is not that
important, and I don't mind that they have to click to get it.
I have tried OnFocus="this.blur();" on the link, which works, but the focus
does not move to the *next* field (per the docs it's indeterminate where
blur() sends the focus, likely up to the window, which is what happens in IE).
What I think I want is the equivalent of OnFocus=NextField.focus(), but I
can't figure out the syntax of getting NextField (i.e. [this+1]).
Thanks,
Bill
I would like to skip over a hyperlink in the tab order. The link is not that
important, and I don't mind that they have to click to get it.
I have tried OnFocus="this.blur();" on the link, which works, but the focus
does not move to the *next* field (per the docs it's indeterminate where
blur() sends the focus, likely up to the window, which is what happens in IE).
What I think I want is the equivalent of OnFocus=NextField.focus(), but I
can't figure out the syntax of getting NextField (i.e. [this+1]).
Thanks,
Bill