怎么获取选中的select的值,不是value的值 是显示的值
这样就是获取了id但是我想要获取的值就是她的名字。我把这个value改成text,结果显示没有定义求高手帮帮忙万分感谢!!!!!...
这样就是获取了id 但是我想要获取
的值
就是她的名字。
我把这个value改成text,结果显示没有定义
求高手帮帮忙 万分感谢!!!!! 展开
的值
就是她的名字。
我把这个value改成text,结果显示没有定义
求高手帮帮忙 万分感谢!!!!! 展开
展开全部
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script type="text/javascript">
function test() {
alert(document.getElementById("select1").options[document.getElementById("select1").selectedIndex].text);
}
</script>
</head>
<body>
<form id="form1" name="form1" runat="server">
<div>
<select onchange="test();" id="select1">
<option>yi</option>
<option>er</option>
<option>san</option>
</select>
</div>
</form>
</body>
</html>
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script type="text/javascript">
function test() {
alert(document.getElementById("select1").options[document.getElementById("select1").selectedIndex].text);
}
</script>
</head>
<body>
<form id="form1" name="form1" runat="server">
<div>
<select onchange="test();" id="select1">
<option>yi</option>
<option>er</option>
<option>san</option>
</select>
</div>
</form>
</body>
</html>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询