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 (Tom Mallard)
  • Subject: [Javascript] Select box blur
  • Date: Fri, 14 Sep 2001 10:07:33 -0700

Your list doesn't include onchange, which should allow you to do what you
want.

tom mallard
seattle
----- Original Message -----
From: "Mark Christie" <MChristie@xxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Friday, September 14, 2001 8:55 AM
Subject: [Javascript] Select box blur


> 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.
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> http://www.LaTech.edu/mailman/listinfo/javascript
>