リターンキーを押して次の位置を指す関数コードです。



function tofocus(itemname)    //
        {
            var a
            a=eval("document.vouch."+itemname)
            a.focus()
        }
onkeypress="javascrip:if(window.event.keyCode==13){tofocus('nextformname')}