This is a blog where you can find some latest or unknown tricks related to computers , programming languages , hardware , scripts , operating system and many more.
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!
No comments:
Post a Comment