I search the documentation of HTMLFormElement.submit and i found that submit event is not fired by using the form.submit . You must use form.requestSubmit ...
確定! 回上一頁