Hi all,
I want to create 2 list boxes, where the item selected in the first list box decides the content of the next box.
The problem is something like this:
There are list of games and number of maximum players allowed in each game both should be represented as the list boxes, however for a given game user should have the option of selecting number of players not exceeding maximum number of players for that game.
Sample list might look like this.
Game players
football 11
Basket ball 6
Tennis 4
base ball 10
For instance, If the user selects "Basket ball" he can pick any number of players right from 1 to 6 (In fact list should show only maximum of 6 elements in the list box. However, in case of football it should show 11 elemets in the list).
Hope Im clear in explaing the issue. Im new to UI related issues (wokring mostly on backend issues ) ...so please suggest me a good approach for this... I know this can be accomplished using the <div> tags.
But how to interlink both list boxes ?
Please suggest me on solving this problem?
Thx in advance.
Regards
zoom