Expand my Community achievements bar.

populating dropdown list of a form

Avatar

Former Community Member

hi, every body. iam new in live cycle and with java,

i designed an admission  form  with four subject choices which are shown fourdrop down list i.e drop1+drop2+drp3 &drop4 .in every droplist there are 13 common subjects which makes a combination of four subjects by selecting one from each. now what i want to do is if user selects economics from one droplist it should be automatically cleared from the other dropdown which is to be selected next ans so on. the code i used is

drop3.deleteItem(drop2.selectedIndex);   drop3 is the third dropdownlist drop2 is the subject to be deleted which is on the index of drop2

0 Replies