摘要:
动态删除select中的所有options: document.getElementById("ddlResourceType").options.length=0; 动态删除select中的某一项option: document.getElementById("ddlResourceType").options.remove(indx); 动态添... 阅读全文
posted @ 2007-07-17 13:44
清风布衣
阅读(6375)
评论(1)
推荐(0)