asp按钮判断

<scriptlanguage="JavaScript">functioncheckit(){if(document.form1.radiobutton.value!=1... <script language="JavaScript">
function checkit()
{

if(document.form1.radiobutton.value!=1)
{
if(document.form1.col_info1.value=="")
{
alert("请输入答案!");
document.form1.col_info1.focus();
return false;
}
}
}
</script>
<form method="POST" name=form1 action="111.asp" onSubmit="return checkit();">
<tr height="25" bgcolor="#CCCCCC">
<td height="34" colspan="4" background="../images/back1.gif">3、答案 </td>
</tr>
<tr>
<td height="50"colspan="4" >
<label> <input name="radiobutton" type="radio" value="1" checked> </label>有
<label><input type="radio" name="radiobutton" value="2" >无</label>
</td></tr>
<tr>
<td height="138" colspan="4"><textarea name="col_info1" cols="100" rows="10" id="col_info1"></textarea></td>
</tr>
<p><input type="submit" value="提交" name="B1"></p>
</form>
怎么实现当选择“有”单选按钮是,如果不填写表格提示填写,选择“无”时直接通过,不需要填写,我那里编错了!希望高手指导
展开
 我来答
失落的糖果
推荐于2016-08-18 · TA获得超过1200个赞
知道小有建树答主
回答量:467
采纳率:0%
帮助的人:0
展开全部
<script language="JavaScript">
function checkit()
{
if(document.form1.radiobutton[0].checked==true)
{
if(document.form1.col_info1.value=="")
{
alert("请输入答案!");
document.form1.col_info1.focus();
return false;
}
}
}
</script>
<form method="POST" name=form1 action="111.asp" onSubmit="return checkit();">
<tr height="25" bgcolor="#CCCCCC">
<td height="34" colspan="4" background="../images/back1.gif">3、答案 </td>
</tr>
<tr>
<td height="50"colspan="4" >
<label> <input name="radiobutton" type="radio" value="1" checked> </label>有
<label><input type="radio" name="radiobutton" value="2" >无</label>
</td></tr>
<tr>
<td height="138" colspan="4"><textarea name="col_info1" cols="100" rows="10" id="col_info1"></textarea></td>
</tr>
<p><input type="submit" value="提交" name="B1"></p>
</form>
不被人使用行吗
2006-10-21 · TA获得超过217个赞
知道小有建树答主
回答量:337
采纳率:0%
帮助的人:323万
展开全部
<input type="submit" value="提交" name="B1" onclick="checkit()
">
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式