View Single Post
  #12  
Old 12-06-2010, 04:16 PM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
It might be easier to use ajax actually, because you could load the first drop-down with the default values. Then you'd make an ajax call to your code behind language, it would then filter the results for you, then you can pass it back through an ajax response as an array. You create another drop down and load it with the results stored in the array. Then you do the same thing for a third box.

It just gets sort of messy when you are dealing with several cascading dropdowns, you might be able to find something easier by using that search term "cascading dropdowns".

What programming languages do you use Katana? jQuery (a javascript library) makes it really easy to do ajax stuff.
__________________
Reply With Quote