function checkSubmit(e) { if(e && e.keyCode == 13) { document.forms[0].submit(); } }. <div onKeyPress="return checkSubmit(event)"/> ...
確定! 回上一頁