摘要:
通用版本(不依赖任何类库) function GetCheckBoxListValue(objID) ...{ var v = new Array(); var CheckBoxList = document.getElementById(objID); if(CheckBoxList.tagName == "TABLE") ...{ for(i=... 阅读全文
posted @ 2008-07-09 17:11
克隆
阅读(2596)
评论(0)
推荐(2)