textinput - can we set tabindex for textbox and other controls in javascript -


can set tabindex input , other html controls using javascript. i've seen in .net. can same in javascript?

thanks

you can set tabindex input html-elements, in javascript:

[someelement].tabindex = [number] 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -