摘要:
js代码部分function SelectAll(chkbox) { var theBox=chkbox; xState=theBox.checked; elem=theBox.form.elements; for(i=0;i<elem.length;i++) if(elem[i].type=="checkbox" && elem[i].id!=theBox.id) { i... 阅读全文
posted @ 2010-01-16 15:34
旭 日
阅读(747)
评论(0)
推荐(0)

浙公网安备 33010602011771号