thelordoftherings
Programmer
Hello,
I have an HTML Select combo box:
<select name="empID">
<option value="1>one</option>
</select>
My question is how to take the text and not the value (I want the "one" and not the value 1)
I have an HTML Select combo box:
<select name="empID">
<option value="1>one</option>
</select>
My question is how to take the text and not the value (I want the "one" and not the value 1)