<script type="text/javascript" language="javascript">
function selectAll()
{
var selectOK=document.getElementById("alll");
var chk=document.getElementsByName("chkLr");
for (i=0;i<chk.length;i++)
{
chk.item(i).checked=selectOK.checked;
}
}
</script>
全選:<input type="checkbox" id="alll" onclick="selectAll()"/>
<input type="check" name="chkLr" value="1">
<input type="check" name="chkLr" value="2">
<input type="check" name="chkLr" value="3">
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點(diǎn)擊舉報(bào)。