i have one scenario like this,
MultiBox1
--------------
Client client1
client2
|
|
ClientN.
Whenever if we select Client=Client1 from MultiBOX1,Then MultiBox2 Shouid display
MultiBox2
--------------
SC A
B
C
D
ELSE Whenever if we select Client <>Client1 OR Empty(With out Selection) from MultiBOX1,Then MultiBox2 Shouid display
MultiBox2
--------------
SC A
B
C
D
E
F
Note:- Here Multibox1 Values are generating from .qvd file,so i hope the required changes have to do from frontend instued of doing changes at script loading time.
thanking in advance.