var obj = documentgetElementById("Name");
var text = objoptions[objselectedIndex]text;
2documentformNameselectoptions[documentformNameselectselectedIndex]text//终级用户如果你要用asp调用,就加一个隐藏域,比如shu,在这里加一句<select name=select onchang=documentformNameshuvalue=documentformNameselectoptionslength
o = documentgetElementById("select3"); for(i=0;i<olength;i++){ if(ooptions[i]selected){ alert(ooptions[i]value); } }
例如<select name="select" >
<option value="1">数学教案</option>
<option value="2">英语教案</option>
<option value="3">中文教案</option>
<option value="4">物理教案</option>
<option value="5">化学教案</option>
<option value="6">其他教案</option>
</select>
用Requestform("select")可得到
还是上例:
<script>
function getvalue()
{
var inputText=documentallselectvalue;
}
</script>
使用时调用函数getvalue()
以上就是关于html中的Select控件的内容怎么取全部的内容,包括:html中的Select控件的内容怎么取、html select控件如何正确的获取选中的option、JSP javascript获取select控件中多选拜托各位大神等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)