Multi Selection?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Stela
Forum Commoner
Posts: 46
Joined: Tue Aug 12, 2008 12:38 pm

Multi Selection?

Post by Stela »

Hi…

I want to do a form where a user selects his Country, based on his selection, another combo box appears with the respective states, and after that another combo box appears based on the previous selection with only the cities of his state.

What is the name for this kind of action? It's not Multi Selection.

I did find a code with what I need, but I also need a Query to a DB, while this code is all made with JS
http://www.javascriptkit.com/script/scr ... ombo.shtml

Thanks!
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Multi Selection?

Post by kaszu »

I think most common name for that is "chained selects".
Stela
Forum Commoner
Posts: 46
Joined: Tue Aug 12, 2008 12:38 pm

Re: Multi Selection?

Post by Stela »

Yes, that's the correct name, thanks.

The best tutorial that I found was this
http://www.vivaolinux.com.br/artigo/Sel ... /?pagina=1

It starts only with PHP but later he ads a minor JS (and all the text is in Portuguese).
Last edited by Stela on Sun Aug 09, 2009 10:06 pm, edited 1 time in total.
Stela
Forum Commoner
Posts: 46
Joined: Tue Aug 12, 2008 12:38 pm

Re: Multi Selection?

Post by Stela »

Glad to help (vive la Internet :!: :!: :!: )
Post Reply