Hai friends

I hope any one can done this task already. I need your help for this task

Contienent: Let the user choose the continent from a drop-down.
Country: Based on what they have chosen in Continent, the
corresponding countries will appear in the next drop-down
City: Based on what they have chosen in Country, the cities will
appear.

Please help me.
__________________
Thanks
Vssp

Recommended Answers

All 3 Replies

Pretty much no matter what you're going to need to use Javascript.

You can either reload the page a bunch of times; user selects cont, page reloads with countries, user selects country, page reloads with cities...

What I would do though is load all of your data onto the page for all possible senerios and then actively update the page using Javascript, so you don't have to worry about retaining form data when the page is refreshed.

Will you please send me any sample code That will be helpfull for me

Have you tried searching for something similar?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.