在javascript获取控件的值

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

var strValue = document.BaseDataForm.DpList_QryType.options[document.BaseDataForm.DpList_QryType.selectedIndex].value;

posted on 2007-02-04 14:44    阅读(1898)  评论(0编辑  收藏  举报

导航