CoraLover
04-02-2003, 09:58 AM
Hi, how do i get the value from a dropdown menu from the example below??
Example->
<SELECT NAME="cbo">
<OPTION VALUE="1">Small</OPTION>
<OPTION VALUE="2">Medium</OPTION>
<OPTION VALUE="3">Large</OPTION>
</SELECT>
I need to get the values "Small", "Medium", "Large", depending on which item the user selects. May i know how to do it??
Example->
<SELECT NAME="cbo">
<OPTION VALUE="1">Small</OPTION>
<OPTION VALUE="2">Medium</OPTION>
<OPTION VALUE="3">Large</OPTION>
</SELECT>
I need to get the values "Small", "Medium", "Large", depending on which item the user selects. May i know how to do it??