I am trying to make a form that changes depending on what is selected in the drop down.
<select name=typeID style="font-size: 10px">
<option value="All">All</option>
<option value="BP">BP</option>
<option value="OLP">OLP</option>
<option value="MLP">MLP</option>
</select>
--- this section needs to change depending on what is selected, ie all would show nothing, olp would show only ES
And
UP <input type=checkbox name=UP value=UP CHECKED>
ES <input type=checkbox name=ES value=ES CHECKED>
can anyone help me on that?!?
Tim
<select name=typeID style="font-size: 10px">
<option value="All">All</option>
<option value="BP">BP</option>
<option value="OLP">OLP</option>
<option value="MLP">MLP</option>
</select>
--- this section needs to change depending on what is selected, ie all would show nothing, olp would show only ES
And
UP <input type=checkbox name=UP value=UP CHECKED>
ES <input type=checkbox name=ES value=ES CHECKED>
can anyone help me on that?!?
Tim