Hi,
I am trying to create multiple, dynamic select boxes.
EX:
I have 4 select boxes in succession.
If I select an item in box1, I want to dynamically update the content in box2 based on my selection in box1. Similarly, If I select a value in box2, I want to dynamically update the list in box3, and so on..
Can anyone direct me as how to achieve this? Is it a combination of Javascript and ColdFusion. A simple 2 select box example would suffice.
Thank you.
I am trying to create multiple, dynamic select boxes.
EX:
I have 4 select boxes in succession.
If I select an item in box1, I want to dynamically update the content in box2 based on my selection in box1. Similarly, If I select a value in box2, I want to dynamically update the list in box3, and so on..
Can anyone direct me as how to achieve this? Is it a combination of Javascript and ColdFusion. A simple 2 select box example would suffice.
Thank you.