<input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a"><input type="checkbox" name="a">
<button onclick="checkAll()">全选</button>
<script>
function checkAll() {
for (var i=0;i<a.length;i++)a[i].checked=true;
}
</script>