asp select 触发事件.
response.write"<div>" response.Write"<selectstyle='width:250px;'name='n...
response.write "<div>" response.Write "<select style='width:250px;' name='newstype' id='newstype' onChange=''>" response.Write "<option value='0'>=============请选择类别=============</option>" sql1="Select * From Idea_NewsSort where IsShow=true order by id" set rs1=idea.exec(sql1,1) do while not rs1.eof response.Write "<option value='"&rs1("ID")&"'>"&rs1("SortName")&"</option>" rs1.movenext loop rs1.close set rs1=nothing response.Write "</div>" 如上代码.本人有个动态的select .当select 变化后.我想传值到 本页面,重新查询 如图,当select变化.就提交到本页面,进行查询,该怎么写啊
展开
展开全部
好乱,看的好累,不知道我有没有看懂
我的思路是这样的,希望可以让你借鉴:
首页把当前的URL得到,这个你应该没问题吧
<select style='width:250px;' name='newstype' id='newstype' onchange=javascript:location.href=this.options[this.selectedIndex].value>
<option value="<%=URL%>&id=<%=Rs1("ID")%>">Rs1("SortName")</option>
</select>
我的思路是这样的,希望可以让你借鉴:
首页把当前的URL得到,这个你应该没问题吧
<select style='width:250px;' name='newstype' id='newstype' onchange=javascript:location.href=this.options[this.selectedIndex].value>
<option value="<%=URL%>&id=<%=Rs1("ID")%>">Rs1("SortName")</option>
</select>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询