Tag Archives: html

Read-only select elements in HTML

In HTML 4, form elements can be defined as “readonly” so that the user can’t modify the value. However, you’ll notice that select controls (the drop-down lists) do not support the readonly attribute, just input and textarea controls. Can anyone … Continue reading

Posted in General | Tagged , , | 6 Comments