<input type="text" id="message" οnkeypress="return onKeyPress(event)" >. script function onKeyPress(e) { var keyCode = null; if(e.which) ...
確定! 回上一頁