I have a combox which contains the following values.
Form mySql query I got value 'Good'.
My problem how get selected the text 'Good' of combobox.
Pls help asap.
Kallol
Code:
<select name="testType" id="testType"> <option Value="1">As Per Spec</option> <option Value="2">O.K.</option> <option Value="3">Normal</option> <option Value="4">Satisfactory</option> <option Value="5">Good</option> <option Value="6">N.A.</option>
Form mySql query I got value 'Good'.
My problem how get selected the text 'Good' of combobox.
Pls help asap.
Kallol
Comment