populating three related combo boxes from a database

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Hillu
Forum Newbie
Posts: 13
Joined: Sun Jun 15, 2008 11:06 am
Location: Addis Ababa

populating three related combo boxes from a database

Post by Hillu »

Hi, I wanted to populate three combo boxes which are related from database values. The first combo box contains list of countries,the second regions and the third zones. I have the lists in a database. If a country is selected from the first combo box the second should provide only the regions belonging to that country. The same goes for the zones.

I have downloaded a code which I have attached here(with no modification) but was not able to configure it.

Can you tell me how to do this? Thanks
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: populating three related combo boxes from a database

Post by kaszu »

Sorry, no script is attached.
Google: combo box chaining
Post Reply