getElementById("id"); selectedForm.submit();. In above syntax, we first grab the form element we want to submit by its id and then use the ...
確定! 回上一頁