页面上Enter 键禁用

        function   NoExec()   
        {   
            if(event.keyCode==13)   event.returnValue=false;   
       } 
      
       document.onkeypress=NoExec;
posted @ 2010-04-15 17:13  StarWang  阅读(220)  评论(0编辑  收藏  举报