按下回车键指向下一个位置的一个函数

function  tofocus(itemname)     // 按回车置下一个位置 
2         { 
3              var  a 
4             a = eval( " document.vouch. " + itemname) 
5             a.focus() 
6         } 
7 在控件中使用onkeypress = " javascrip:if(window.event.keyCode==13){tofocus('nextformname')}提取下一个控件名  

你可能感兴趣的:(function)