Two dropdown list boxes accessing values

wan2fly99

Registered User.
Local time
Yesterday, 18:05
Joined
Feb 7, 2005
Messages
53
I have two dropdown list boxes


I select the first one and I get the index value of what i selected say item number 2


Using that indexvalue I would like to acccess the second dropdown box and get the value of it


Both boxes will have the same amount of items in it


Is there not a way to do this?
 
You mean like a cascading combo box? If so, there are plenty of demos on this site.

-dK
 
ex I am trying:

box1 : 22
33
44

box 2: ayz888
bbbccc
dddddd

Now in box 2 they select : ddddd which is item number 2

I want to select 44 from box 1
 
Check out this thread. Add a bit of logic and you oughta be there.

-dK
 

Users who are viewing this thread

Back
Top Bottom