window.onkeyup=function(e){ if(e.keyCode==27){ e.preventDefault ? e.preventDefault() : (e.returnValue = false); } }