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
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