How can I show a drop down list of cities and and show a list of cities based on selected country.
I want all of them like you see on major sites?
The selection will then be transferred to input form!
How can I show a drop down list of cities and and show a list of cities based on selected country.
I want all of them like you see on major sites?
The selection will then be transferred to input form!
Can you show us your initial HTML?
I don’t have any I was hoping for some pointers?
Hmm, well, you’re probably going to need more skills for this than for your earlier post Replace in iframe with jquery?
You’re going to need a database of countries and cities, an HTML form to select the country and city, and javascript to populate the city drop-down list when the country has been selected.
Edit The first, the database, looks easy enough. There’s one here - free and updated monthly.
thank yo all guys you rock.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.