dropdownlist javascript 取得value text

document.getElementById('Select1').options[document.getElementById('Select1').selectedIndex].value;//value值
document.getElementById('Select1').options[document.getElementById('Select1').selectedIndex].text;//text值

posted @ 2008-12-13 14:25  南守拥  阅读(320)  评论(0编辑  收藏  举报