jsp页面怎么控制TAB键
1个回答
展开全部
将 <input type="text">的元素增加一个tabindex属性,按顺序填, 然后在最后一个 <input type="text">写一个onkeydown="if(event.keyCode==9)document.body.focus();
如: <input type="text" tabindex="1">
<input type="text" tabindex="2">
<select >
<option>AAA </option>
</select>
<input type="text" tabindex="3" onkeydown="if(event.keyCode==9)document.body.focus();>
如: <input type="text" tabindex="1">
<input type="text" tabindex="2">
<select >
<option>AAA </option>
</select>
<input type="text" tabindex="3" onkeydown="if(event.keyCode==9)document.body.focus();>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询