I'm working on a HtML page , where I have a dropdown menu , which has three options
Value :<select id="tagid_1">
<option value="tagAll">tagAll</option>
<option value="untagAll">untagAll</option>
<option value="UnTagPvid">untagPvidOnly</option></select>
I want something where if the user select the dropdown tagAll , one checkbox dynamically appears e.g. want VLACP
Again, if the user select untagAll, two checkbox appears , one checkbox e.g want STP , second checkbox want SLPP.
Is there anyway , I can do this with HTML.
If can;t be done in pure HTML , it will be helpful if someone can share javascript code for this.
Thanks in advance.