摘要:
js 取得CheckBoxList的选中项的值,遍历RadioButtonList获取CheckBoxList的值var CheckBoxList=document.all.CheckBoxList1; var objCheckBox,CheckValue="";for(i=0;i<CheckBoxList.rows.length;i++) { objCheckBox = document.getElementById("CheckBoxList1_" + i); if(objCheckBox.checked == true) { CheckVal 阅读全文
posted @ 2011-01-27 16:49
晓风拂月
阅读(262)
评论(0)
推荐(0)

浙公网安备 33010602011771号