Posted in Javascript onSeptember 07, 2009
比如,在使用DWR的时候,如果你想传递下拉框的参数到后台的话,此时就需要先获取到下拉框的值了。
其实想要获取到下拉框的值是很简单的。
最关键的一段代码就是:
onchange="show(this.options[this.options.selectedIndex].value);"
onchange="show(this.options[this.options.selectedIndex].value);"
show是一个自定义的函数名。
this.options[this.options.selectedIndex].value才是主角!
javascript 获取select下拉列表值的代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@