Alternative way to disable the select box  

Posted by Kishore in ,

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 , . You can follow any responses to this entry through the comments feed .

0 comments

Post a Comment