<script language="javascript">
<!--
    function cae(v)
    {
        var o = document.all;
        for(var i=0;i<o.length;i++)
        {
            if(o[i].type == 'checkbox')
                o[i].checked = v.checked;
        }
    }
//-->
</script><input type=checkbox onclick="cae(this);">點這個全選!
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>
<input type=checkbox>