在javascript获取控件的值
摘要:
.下拉框DropDownList//DpList_QryType为控件名 var strValue = document.BaseDataForm.DpList_QryType.options[document.BaseDataForm.DpList_QryType.selectedIndex].value; 阅读全文
posted @ 2007-02-04 14:44 琼 阅读(1914) 评论(0) 推荐(0) 编辑