<form name=form1>
<SELECT id='usertype' name='usertype' onchange=javascript:showUserList()>
<OPTION value='GENERAL'  selected>普通用户</OPTION>
<OPTION value='ADVANCE' >高级用户</OPTION>
<OPTION value='EDITOR' >信息采编员</OPTION>
<OPTION value='FORUMMANAGER' >论坛管理员</OPTION>
<OPTION value='ADMINISTRATOR' >系统管理员</OPTION>
</SELECT></form>document.form1.usertype.options[document.form1.usertype.selectedIndex].value
document.form1.usertype.options[document.form1.usertype.selectedIndex].text
//第二个就是你想要的东西