My client has a table called "locations" that has four columns (LID, country, state, city).
What I'd like to do from the UI is have 3 drop-down boxes; the user select a country (drop-down 1), depending on his selection the state drop-down gets populated, and when the user selects a state the city drop-down populated. How can I do this in CF? I'm going to running a query first that returns all country, state and city.
Now the kicker countries other then USA and Canada don't have states so in that case when those counties are selected only the city drop-drop gets populated.
Any ideas?
____________________________________
Just Imagine.
What I'd like to do from the UI is have 3 drop-down boxes; the user select a country (drop-down 1), depending on his selection the state drop-down gets populated, and when the user selects a state the city drop-down populated. How can I do this in CF? I'm going to running a query first that returns all country, state and city.
Now the kicker countries other then USA and Canada don't have states so in that case when those counties are selected only the city drop-drop gets populated.
Any ideas?
____________________________________
Just Imagine.