<input type='text' onkeydown='return false;'>
function inputValidation(){ return false; }
<input type='text' onkeydown='inputValidation()'>