Found no "list" key on keyboard. In anycase not in English.
I think you mean the spacebar key. Hope this help:
<head> ... <script> function Aonkeypress(){ var nav4 = window.Event ? true : false; var key = nav4 ? event.witch : event.keyCode; if( key == 32 ) return false; return true; } document.onkeypress=Aonkeypress </script> ... </head>
best regards,
Antonio.
Add a comment