What I am trying to do is to have a read-only Select tag and I found this post here HTML form readonly SELECT tag/input. It does works by putting this.blur()
when it is on focus.
However, when I tried with IE, I still manage to access the list when I double click on the select tag. Is there any way I can disable that on IE?
Thanks.