hey guys,
i have the following code that outputs a drop down. however in javascript how can i set the the value of the drop when a user selects a button.
<SELECT NAME="partnumber">
<OPTION VALUE="7382">steam turbine
<OPTION VALUE="2928">resistor array
<OPTION VALUE="3993">widget analyzer
<OPTION VALUE="9398">fiber identifier
</SELECT>
thanks guys
i have the following code that outputs a drop down. however in javascript how can i set the the value of the drop when a user selects a button.
<SELECT NAME="partnumber">
<OPTION VALUE="7382">steam turbine
<OPTION VALUE="2928">resistor array
<OPTION VALUE="3993">widget analyzer
<OPTION VALUE="9398">fiber identifier
</SELECT>
thanks guys