1
當我通過使用下面的函數提交表單時,它正在提交,但值不通過此函數傳遞。我使用所有功能,但沒有發現:表單提交但值不通過
document.getElementById("postad").submit();
表格在下面給出。
<form action="register.php" id="postad" method="post">
<input class="textfield2" type="text" id="post_title" style="width:640px;" placeholder="Ad Title" onBlur="check('post_title')" />
<input class="button" type="button" name="save" value="Publish" onclick="send();" />
</form>
顯示HTML表單和你在哪裏得到表單提交沒有name屬性。 – Bilal
你的表單的html代碼請問 – FabioG
什麼值?你怎麼確定它沒有被通過? – Quentin