I have this selection option pull down. Once I select an option can I put that selection in a variable.
If so can does someone have an example.
<select name="dep" id="dep">
<option></option>
<option>test1</option>
<option>test2</option> <option>test3</option
</select>
If so can does someone have an example.
<select name="dep" id="dep">
<option></option>
<option>test1</option>
<option>test2</option> <option>test3</option
</select>