PDA

View Full Version : Submit Drop Down Query String ASP Code


theflyingminstr
07-04-2009, 09:07 PM
Hi I have a drop down that autosubmits when selected.

What would be the best way to change this code so the page doesn't refresh?


<select name='image_selector' "this.form.submit();">
<option></option>
</select>


I saw this but it didn't work for me.

http://www.w3schools.com/Ajax/ajax_database.asp

The ASP code I am calling is:


<%
Dim image_selector
image_selector = Request.QueryString("image_selector")
%>


Thank you

shyam
07-05-2009, 08:04 AM
how didn't it work for you? what specific error do you get?