下拉列表问题
我现在有一下拉列表,值为1到12月,选择其中一个月份就查询该月份的信息,我想当我查询其中一个月份完毕后,该下拉列表的seleced值就变成我现在所查询月份的值,该怎么做?
……
<option <%if request("yue")-6=0 then%>seleced<%end if%>>6</option>
<option <%if request("yue")-7=0 then%>seleced<%end if%>>7</option>
……