回车事件

 function whenenter(){
    if(event.keyCode=='13'){
     login();
    }
   }

 

 onkeydown="whenenter();"

你可能感兴趣的:(回车事件)