I have 2 option in my jsp file. First option comobox,
<select name="firstoption">
<option value="select">-Select-</option>
<option value="apple">APPLE</option>
<option value="android">ANDROID</option>
</select>
and when I select the apple
option, the second dropdown will be
<select name="secondoption">
<option value="select">-Select-</option>
<option value="iphone">Iphone</option>
<option value="ipod">Ipod</option>
</select>
If I select the android
menu, the second dropdown will be another option list.
can anybody help me with this? thanks. and sorry for my bad english