Hi,
How can enter value to retrieve value from the dropdown menu
I want to enter the value and retrieve records as well as
use select option dropdown menu for retrieve the records.
what changes in following select option, please help.
<html>
<body>
contractno<SELECT id="Select1" name="Select1">
<OPTION selected type=text></OPTION>
<OPTION selected>75</OPTION>
<OPTION selected>69</OPTION>
<OPTION selected>85</OPTION>
</SELECT>
</body>
</html>
mateen
[email protected]