I have four Multiple Select option lists.
1st - chosenCars
2nd - AvailableCars
3rd - chosenModels
4th - AvailableModels
1st and 2nd have a relation between them the cars in 1st list wont be in the 2nd and one can move them from 1st to 2nd or vice versa by means of "<<" and ">>" buttons (Javascript).
Similar is the relation between 3rd and 4th option lists.
Now what I want to do is that when I add or remove cars from the 1st list, the 4th option list should reload itself because the available models would only be for the chosen cars and not all cars. In other words list 4 is dependent on list 1.
Can somebody help me in doing that ?
1st - chosenCars
2nd - AvailableCars
3rd - chosenModels
4th - AvailableModels
1st and 2nd have a relation between them the cars in 1st list wont be in the 2nd and one can move them from 1st to 2nd or vice versa by means of "<<" and ">>" buttons (Javascript).
Similar is the relation between 3rd and 4th option lists.
Now what I want to do is that when I add or remove cars from the 1st list, the 4th option list should reload itself because the available models would only be for the chosen cars and not all cars. In other words list 4 is dependent on list 1.
Can somebody help me in doing that ?