Enter2Tab標題>
window.onload=function(){
var list = new Array();
for(var i=5;i{
if(document.all[i].type=="text"||document.all[i] .tagName=="SELECT")
list.push(i);
}
for(var i=0;i{
document.all[list[i]].setAttribute("nextFocusIndex",列表[i 1]);
document.all[list[i]].onkeydown=JumpToNext;
}
for(var i=list.length-1;i{
if(document.all[i].type=="button" )
{
document.all[list[list.length-1]].setAttribute("nextFocusIndex",i);
document.all[list[list.length-1]].onkeydown=JumpToNext;
休息;
}
}
document.all[list[0]].focus();
}
function JumpToNext(){
if(event.keyCode==13)
{
var nextFocusIndex=this.getAttribute("nextFocusIndex");
document.all[nextFocusIndex].focus();
}
}
腳本>
頭>
1選項>
2選項>
3選項>
4選項>
5選項>
選擇>
1選項>
2 選項>
3選項>
4選項>