In some browsers, disabling select box in HTML is not allowed.
So we can alternatively write the following on the select box.
It may need to be finetuned a bit to accommodate to double clicks.
onfocus="this.blur()"
This entry was posted
on May 15, 2008
at Thursday, May 15, 2008
and is filed under
HTML,
javascript
. You can follow any responses to this entry through the
comments feed
.