Hi guru's,
You know when you go to some websites and you select one item in a drop down list, and it says building selection, then displays a seperate list with all the results from the first selection. How is this done?
I know how to build menus that do this in javascript, but all the values must be present for it to build the second list. What I am hoping for is a way of selecting an item the first drop down, which then executes a query on the db and returns results for it.
Is this possible? Or am I dreaming?
Cheers.