[笔记]JS取下拉列表所选中的TEXT的方法:
var obj=document.getElementById(selectid);
var text=obj.options[obj.selectedIndex].text;