jasonsalas
IS-IT--Management
Hi everyone,
I've got a fairly large HTML form using:
<SELECT>
<OPTION value="School1">City1</OPTION>
<OPTION value="School2">City2</OPTION>
</SELECT>
Is there a way to extract both the the displayed text (i.e, City1), and the value held in the "value" attribute (i.e., School1" using Request.Form?
Thanks!
I've got a fairly large HTML form using:
<SELECT>
<OPTION value="School1">City1</OPTION>
<OPTION value="School2">City2</OPTION>
</SELECT>
Is there a way to extract both the the displayed text (i.e, City1), and the value held in the "value" attribute (i.e., School1" using Request.Form?
Thanks!