Click to See Complete Forum and Search --> : Drop down menu selections


Murrel3rd
03-25-2010, 10:24 AM
What im looking to do it make the options under the selections either available or not available depending on the first selection, I dont have a code for this but im going to put it in a code box

FYI these are all Drop-down menus, each selection is a different menu in the same form


Selection 1
Option 1
Option 2
Option 3

Selection 2
Option 1
Option 2

Selection 3
Option 1 <--- Not available if Selection 1 Option 3 is selected
Option 2 <--- Not available if Selection 1 Option 3 is selected
Option 3 <--- Not available if Selection 1 Option 3 is selected
Option 4 <--- Only available if Selection 1 Option 3 is selected
Option 5 <--- Only available if Selection 1 Option 3 is selected
Option 6 <--- Only available if Selection 1 Option 3 is selected

Selection 4
Option 1
Option 2
Option 3

Selection 5
Option 1
Option 2
Option 3

Selection 6 <--- only available if Selction 1 Option 2 or 3 is selected
Option 1
Option 2
Option 3

Selection 7 <--- only available if Selection 1 Option 2 or 3 is selected
Option 1
Option 2
Option 3

Selection 8
Option 1
Option 2

Selection 9
Option 1
Option 2

Selection 10 <--- not user selectable
Option 1 <--- Automatically selected if Selection 1 Option 1 is selected
Option 2 <--- Automatically selected if Selection 1 option 2 or 3 is selected

Selection 11
Option 1 <--- not available if Selection 1 Option 3 is selected
Option 2 <--- not available if Selection 1 Option 3 is selected
Option 3 <--- not available if Selection 1 Option 3 is selected
Option 4
Option 5 <--- only available if Selection 1 option 3 is selected
Option 6 <--- only available if Selection 1 option 3 is selected

Selection 12
Option 1
Option 2
Option 3
Option 4 <--- only availiable if Selection 1 Option 2 or 3 is selected
Option 5 <--- only availiable if Selection 1 Option 2 or 3 is selected

Selection 13
Option 1
Option 2
Option 3
Option 4
Option 5

Selection 14
Option 1
Option 2
Option 3
Option 4

Selection 15
Option 1
Option 2
Option 3
Option 4

Selection 16
Option 1
Option 2
Option 3

Option 17
Option 1
Option 2
Option 3


if there is no "<---" next to the option or selection it is always available

donatello
03-26-2010, 06:54 AM
Here are some, I remember seeing exactly what you are looking for, but don't see it here... you can try over at DHTMLGoodies.com too.

http://dynamicdrive.com/dynamicindex1/index.html

Also, from your description, it sounds like what you are referring to is actually a combobox... try looking up combobox scripts - or is this what you want?
2 Level Combo Box script (http://www.javascriptkit.com/script/script2/2levelcombo.shtml)


>>>More scripts... (http://www.javascriptsearch.org/results.html?cx=016703912148653225111%3A2snawkdvrjq&cof=FORID%3A9&q=combobox&sa=Search#945)

Murrel3rd
03-27-2010, 11:17 PM
its not so much a combo box, because each selection is a different drop down box, this is one page in my site http://www.m3customcomputers.com/evga_750i_sli_ftw_d.htm everything works, but if I can get the pages from 13 to 5 by combing them, then thats what I want to do, each socket set I offer has three motherboards offered with it also, low mid and high, performance, the first selection will be the motherboard, but some products I offer with one motherboard will not work with another, even though it is the same socket, I hope that wasn't too confusing