回车等于按tab,回车转换焦点

<input onkeydown="if(event.keyCode==13)event.keyCode=9" type="text">