I have a combobox that looks like this:
<select name = "cboList">
<option>Not in list</option>
<option>Vendor1</option>
<option>Vendor2</option>
<option>Vendor3</option
</select>
I also have another textbox that looks like this:
<INPUT type="text" name="txtVendorName">
I want to disable the textbox whenever the combobox does not = "Not in List".
This doesn't seem too difficult but it's giving me plenty of headaches...
Much thanks goes out to anyone who can assist here.
<select name = "cboList">
<option>Not in list</option>
<option>Vendor1</option>
<option>Vendor2</option>
<option>Vendor3</option
</select>
I also have another textbox that looks like this:
<INPUT type="text" name="txtVendorName">
I want to disable the textbox whenever the combobox does not = "Not in List".
This doesn't seem too difficult but it's giving me plenty of headaches...
Much thanks goes out to anyone who can assist here.