Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Select box blur


  • From: javascript@xxxxxxxxxx (Mark Christie)
  • Subject: [Javascript] Select box blur
  • Date: Fri, 14 Sep 2001 10:55:22 -0500

Dear List,
   I have a requirement for a select box to be disabled, i.e., not to change
the selections within it, but to be able to use its scroll bars.  I've been
able to do this with an onclick='this.blur()' on textarea elements to get
the desired results.  But that doesn't work that way on a select box, and
I've also tried onclick, onselect, and onfocus to no avail.
   Any suggestions?

Regards,
   -Mark C.