Your Ad Here

Thursday, April 2, 2009

Strange Behaviour in IE7 - Javascript only refreshes dropdown once

Strange little issue. Using Javascript and AJAX to pull in a drop down box for car models when a car make is chosen. Here's what happens: if I choose Ford, the Ford models appear. I choose Honda, the Honda models appear. But if I choose Ford again - the update doesn't happen. Essentially, anything that's already been selected will not reappear.

Here are the code snippets:


Code:
---------




Select a Make..

---------

Code:
---------
<%
If Request("Make") & "!" = "!" Then
%>
Select a Make..
<%
Else

%>

<%
End If
%>
---------
Your thoughts on why this is happening are most appreciated!

Cheers..
Drew

Read More...
Your Ad Here

No comments: