So I have 3 drop-down lists.When an user selects an option from one drop-down list I want that the other two list to display the option with the same index.Must work with all three drop-down lists.
I hope you understood my problem.
Thanks.
if you dont want the page to refresh just place all the values for each dd into javascript arrays and then recreate the drop down lists from the arrays as they are needed
To have a good example, here is a link for an article with the whole code that do exactly what you are willing to do (3 dependent select objects /listboxes).
:->
Thank you all for help, but I solved my problem with JS (shame on me that I know so less about it).I only had to write down some lines:
(Thanks and courtesy of STARWAY)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.