I was wondering if it was possible to grab the label of a SELECT drop down menu, in addition to the value...like in this case:
i would want to grab both the value, "1", and the label, "This is option 1", to send off to a script.HTML Code:<select name="cat">
<option value=1>This is option 1
</select>
