<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>标题党</title>
</head>
<body>
<form>
你的爱好运动是?<br/>
<input name="items" type="checkbox" value="足球"/>
足球
<input name="items" type="checkbox" value="篮球"/>
篮球<br/>
<input name="button" type="submit" id="CheckedAll" value="全选"/>
<input name="button2" type="button" id="CheckedNo" value="全不选"/>
<input name="button3" type="button" id="CheckedRev" value="反选"/>
<input type="button" id="send" value="提交"/>
</form>
</body>
</html>
3 回答
JUST_4_IT
TA贡献3条经验 获得超1个赞
我直接复制的,完美显示啊,只不过不能实现全选/反选/全部选的效果,因为你没有注册事件(onclick="",引号里面写函数名,在<script type="text/javascript"></script>中写对应的function 函数名(){}),注册事件才会有动作!
- 3 回答
- 0 关注
- 1640 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消