.下拉框DropDownList
//DpList_QryType为控件名

在javascript获取控件的值var strValue = document.BaseDataForm.DpList_QryType.options[document.BaseDataForm.DpList_QryType.selectedIndex].value;

相关文章: