html 表单点提交没反应?
这是我用dreamweaver做的!程序如下:<html><head><title>无标题文档</title><scripttype="text/javascript">...
这是我用dreamweaver做的!程序如下:
<html>
<head>
<title>无标题文档</title>
<script type="text/javascript">
function bdtj()
{
if(document.bd.yhm.value.length===0)
{alert("用户名未输入!!!!")
bd.yhm.focus();
return;
}
document.bd.button()
}
</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>
点击提交后怎么没有跳转到cl.html网页 展开
<html>
<head>
<title>无标题文档</title>
<script type="text/javascript">
function bdtj()
{
if(document.bd.yhm.value.length===0)
{alert("用户名未输入!!!!")
bd.yhm.focus();
return;
}
document.bd.button()
}
</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>
点击提交后怎么没有跳转到cl.html网页 展开
4个回答
展开全部
document.bd.yhm.value.length===0???
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你现在的代码是点击提交就会触发bdtj()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询