javascript判断单选框
[ 2007-02-28 15:47:31 | 作者: admin ]
今天给论坛加个举报的小功能时遇到个radio判断问题,现在总结下:
<input name="QClass" type="radio" value="色情">色情
<input name="QClass" type="radio" value="涉政">涉政
<input name="QClass" type="radio" value="违法">违法
<input name="QClass" type="radio" value="毁谤">毁谤
<input name="QClass" type="radio" value="其他">其他
<input name="submit" type="submit" value=" 确 定 " ID="Submit1" onclick="return ChkFormRadio()">
......
[code][/code]...
阅读全文…
<input name="QClass" type="radio" value="色情">色情
<input name="QClass" type="radio" value="涉政">涉政
<input name="QClass" type="radio" value="违法">违法
<input name="QClass" type="radio" value="毁谤">毁谤
<input name="QClass" type="radio" value="其他">其他
<input name="submit" type="submit" value=" 确 定 " ID="Submit1" onclick="return ChkFormRadio()">
......
[code][/code]...
阅读全文…
1