Link to home
Start Free TrialLog in
Avatar of th34
th34

asked on

disabled html listbox

is there anyway to disable html listbox in an asp page?  Thanks

<SELECT NAME="listbox1" ID="listbox1">   --  I want <SELECT NAME="listbox1" ID="listbox1" enabled="false">
  <OPTION VALUE="Y">Yes</OPTION>
  <OPTION VALUE="N">No</OPTION>  
</SELECT>
ASKER CERTIFIED SOLUTION
Avatar of Slimshaneey
Slimshaneey
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of th34
th34

ASKER

thanks.  I feel stupid.