Hi friends,
I need some ajax code to do some functions with drop down.
I have three table of values one for country, then state and city.
And i have three dropdown to show these values
first it should show
select country
select state
select city
in that drop downs(slect) respectively.
when i select united states from the first dropdown
in the second drop down it must show the states of the united states.
and again when i select a state from the state dropdown
it must show the cities of that state in the third dropdown(city)
I want to do this with ajax.
can any one have a code to do this.
please help me.
Thanks