var inp = document.getElementsByTagName('input')[1]; inp.onkeypress=function(){ };
document.onkeypress=function(){ };