I have an html form that contains a couple of select lists. By default both lists are set to "ALL" and if a user changes a value (using onchange ) some comparisons with the value are made. For instance if one of the select lists is country and another is city , if a user selects a city that is not in the country I would like to "reset" the value of city back to its original state, "All".
I'm calling a function and sending it the variable form.
Is it possible to reset the value of city back to it's original state without resetting the entire page?
Thanks in advance,
Extreme newbeeeee
I'm calling a function and sending it the variable form.
Is it possible to reset the value of city back to it's original state without resetting the entire page?
Thanks in advance,
Extreme newbeeeee