摘要:
得到radiobuttonlist选中值:var CheckBoxList=document.all.optButtonList; var objCheckBox,CheckValue="";for(i=0;i<CheckBoxList.rows.length;i++) { objCheckBox = document.getElementById('optButtonList'+ "... 阅读全文
posted @ 2009-09-27 18:47
若心似海
阅读(2046)
评论(0)
推荐(1)