I have three combo boxes and need to populate options data, from XML files, into the next combo box, based on the selection of the first combo box.
For example: I select Manufacturer in the first combo box, then all Models made by the selected manufacturer will/should be populated in the second combo box and on selecting the model, all Tertiary options will/should be populated in the third combo box.
Any ideas on how to do this with dhtmlxcombo?
Thanks in advance!