Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making drop-down list readonly

Status
Not open for further replies.

danmul

Programmer
Jan 16, 2003
89
IE
I want to be able to use a drop down list to show a description but hold the code only.
I just want this as a display only, so I don't want the user to be able to pick any options.

Is this possible?

Thanks in advance.
 
Code:
<select disabled>
  <option>Yes</option>
  <option>No</option>
</select>

-pete


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top