| 发表于:2008-01-21 16:12:144楼 得分:0 |
<select name="ma" <option value="1" <%if rs(1)=1 then response.write("selected")%> > aa </option> <option value="2" <%if rs(1)=2 then response.write("selected")%> > bb </option> <option value="3" <%if rs(1)=3 then response.write("selected")%> > cc </option> <option value="4" <%if rs(1)=4 then response.write("selected")%> > dd </option> </select> 是要这样吗? | | |
|