Porkie Posted February 1, 2009 Share Posted February 1, 2009 hey i was wonderin how i can do this, if some selects the "(SA)M1911" option from"select4" how i can disable the "(BAR)Arisaka" option in "select2" so that i can only select the items which arent disabaled from the second list.and where i would insert the line of code. <select name="select4"> <option value="SA">(SA)M1911</option> <option value="SA1">(SA)Nambu</option> <select name="select2" size="1"> <option value="BAR">(BAR)Springfield</option> <option value="BAR1">(BAR)Arisaka</option> Cheers in advance Link to comment https://forums.phpfreaks.com/topic/143412-disbaling-options-once-a-value-is-picked/ Share on other sites More sharing options...
genericnumber1 Posted February 2, 2009 Share Posted February 2, 2009 That would be javascript's realm of client-side coding, not php. Link to comment https://forums.phpfreaks.com/topic/143412-disbaling-options-once-a-value-is-picked/#findComment-752289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.