window.onload = function (){ document.body.onkeydown=function(event){ if(event.keyCode==13){ event.keyCod=0; return false; } } };