select another dropdown based on a selection from first dropdown in jsp
raj mal
Greenhorn
Joined: Feb 11, 2011
Posts: 11
posted
0
I have the below dropdowns. I need to select the second dropdown (email) when the user select an entry in first dropdown (accounts). if accountid2 is selected, email-id2 must be selected. if other, other should be selected. how to do that using onchange fuction. please note that it uses struts tag - <html:select>