can we set tabindex for input and other html controls using javascript. I've seen this in .net. can we do the same in javascript?
Thanks
You can set tabindex for input all html-elements, in javascript:
input
[someElement].tabIndex = [number]