|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
dynamically populating listbox based on result of another list box
I have 2 list boxes("Associations" and "Regions"). I need to populate the "Regions" listbox based on the result of selecting the "Associations" list box.
Both list boxes will be populated will all possible results to start with. The result of the "Associations" listbox returns an Association Id. I will pass "TRUE" and this "Association Id" to a query that will populate the "Regions" list box. Can anyone lead me in the right direction? |
|
#2
|
|||
|
|||
|
If you want to do this without a page relaod you must use Javascript. There is a CFML custom tag called twoselectsrelated that does this. You can also use something like the QForms Javascript API.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > dynamically populating listbox based on result of another list box |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|