I am searching for a possibility to disable all keyboard keys in a textarea. I found some examples on the web to disable some single ones but how can I disable the whole key
document.getElementById('ID OF TEXTAREA').onkeypress=function(){return false;}
Dunno why you want to do that if you can just disabled it.
disabled