I have a multiple-select SELECT field that I don't want the end user to be able to change the value.
For UI purposes, I would like to be able to do this without using the disabled = "true" attribute. I tried using onmousedown, onfocus, onclick and set each to blur or return false, but without success.
Can this be done, or am I trying to do the impossible?
html user-interface html-select
Jared
source share