ホームページ >ウェブフロントエンド >htmlチュートリアル >HTMLフォームを送信しても応答がありませんか? _html/css_WEB-ITnose
これは私用の dreamweaver です!
b2386ffb911b14667cb8f0f91ea547a7無标题文档6e916e0f7d1e588d4f442bf645aedb2f
4ec11beb6c39d0703d1751d203c17053
function bdtj()
{
if(document.bd.yhm.value.length===0)
{alert("用户名未输入!!!!")
bd.yhm.focus();
戻る;
}
document.bd.button()
}
2cacc6d41bbb37262a98f745aa00fbf0
9c3bca370b5104690d9ef395f2c5f8d1
f8ab7f4c97b77dbe6e39e3c65485f0cc
bf1e3c1228e1f1c5819955a2fd60d00b
回复讨论(解决方案)
document.getElementById("bd").submit()
<html><head><title>无标题文档</title><script type="text/javascript">function bdtj(){ if(document.bd.yhm.value.length===0){alert("用户名未输入!!!!") bd.yhm.focus(); return; } document.bd.submit() }</script></head><body><form id="bd" name="bd" method="post" action="cl.html"> <table width="266" height="239" border="1"> <tr> <td width="48">姓名:</td> <td width="105"><label for="yhm"></label> <input name="yhm" type="text" id="yhm" size="15" /></td> <td width="91"> </td> </tr> <tr> <td>性别:</td> <td><p> <label> <input type="radio" name="RadioGroup1" value="1" id="RadioGroup1_0" /> 男</label> <label> <input type="radio" name="RadioGroup1" value="2" id="RadioGroup1_1" /> 女</label> </p></td> <td> </td> </tr> <tr> <td><input name="button" type="button" id="button" onClick="bdtj();" value="提交" /></td> <td> </td> <td><input type="button" name="button2" id="button2" value="取消" /></td> </tr> </table></form></body></html>
楼主 试试
HTML コード
document.getElementById("bd ").submit()
.submit であること意思.button可吗
触発行フォーム提交就是送信する代わりにボタン