bobrivers2003
Technical User
<select name="asstName" readonly>
<option value="null" >-Select-</option>
<option value="Bill" >Bill</option>
<option value="Rob">Rob</option>
<option value="Fred">Fred</option>
</select>
I have a drop down menu and tried putting in the readonly attribute. But it doesn't work. Is there a solution to "lock" the drop down unless something happens? E.g. button pressed?
Many thanks
<option value="null" >-Select-</option>
<option value="Bill" >Bill</option>
<option value="Rob">Rob</option>
<option value="Fred">Fred</option>
</select>
I have a drop down menu and tried putting in the readonly attribute. But it doesn't work. Is there a solution to "lock" the drop down unless something happens? E.g. button pressed?
Many thanks