function   NoExec()   
        {   
            if(event.keyCode==13)   event.returnValue=false;   
       } 
      
       document.onkeypress=NoExec;

相关文章: