<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
设置select中value="paraValue"的Item为选中
//document.all.objSelect.value = objItemValue;
//得到select的当前选中项的value
//var currSelectValue = document.all.objSelect.value;
//得到select的当前选中项的text
//var currSelectText = document.all.objSelect.options[document.all.objSelect.selectedIndex].text;
//得到select的当前选中项的Index
//var currSelectIndex = document.all.objSelect.selectedIndex;
//清空select的项
// document.all.objSelect.options.length = 0;
1740

被折叠的 条评论
为什么被折叠?



