The code copy is as follows:
function tofocus(itemname) //Click Enter to set the next position
{
var a
a=eval("document.vouch."+itemname)
a.focus()
}
Use onkeypress="javascript:if(window.event.keyCode==13){tofocus('nextformname')} in the control to extract the next control name