JackFruit3D
08-05-2002, 02:41 AM
Mind my ingorance...
I have a drop down list which is similar to as follows:
<Input......>
<option Value="001">Red</Option>
<option Value="002">Blue</Option>
<option Value="003">Green</Option>
<option Value="004">Purple</Option>
....
i only want to grab the face (name of the color) value... not the actual value to the selected option, then simpley drop it into a text box.
I have a drop down list which is similar to as follows:
<Input......>
<option Value="001">Red</Option>
<option Value="002">Blue</Option>
<option Value="003">Green</Option>
<option Value="004">Purple</Option>
....
i only want to grab the face (name of the color) value... not the actual value to the selected option, then simpley drop it into a text box.