http://go6.163.com/colorweb/js/tabandarrow.html改一下即可

解决方案 »

  1.   

    <input onkeydown="if(event.keyCode==13)this.nextSibling.focus()"><input>
      

  2.   

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

  3.   

    <Form Action="XXXX.XXX" Method="Post">
    <InputType="Text" Id="First" OnKeyDown="if(event.keyCode==13) Second.focus()">
    <Input Type="Text" Id="Second">
    </Form>
      

  4.   

    那你就用Button来代替SUBMIT。
    <Input Type="Button" Value="提交" OnClick="TheForm.submit()">