Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / April 2005



Tip: Looking for answers? Try searching our database.

HTML Listbox

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
João Costa - 27 Apr 2005 10:20 GMT
Hello all,
I need to implement client side functionality in one form. I use HTML
Listboxes and I want the listboxes to stay as if they were disabled, only
being possible to scroll up and down to see all values, not being possible to
select the options.
Hope that is possible,

Thanks in advance

T
João Costa - 27 Apr 2005 11:40 GMT
ok I have a way:

I changed the onclick event to this:

function DisableSelect(listbox)
{
   listbox.selectedIndex= -1;
}

My doubt now is how to change in realtime the onclick eventhandler of the
listbox without having to parse the outer html.

Thanks in advance!


> Hello all,
> I need to implement client side functionality in one form. I use HTML
[quoted text clipped - 6 lines]
>
> T
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.