Javascript is case sensitive, so you need to change this if (Event.keyCode == 13) { RegisterFormSubmit(); } to this if (event.
確定! 回上一頁