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!
Multi Selection?
Moderator: General Moderators
Re: Multi Selection?
I think most common name for that is "chained selects".
Re: Multi Selection?
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).
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.
Re: Multi Selection?
Glad to help (vive la Internet
)