Link to home
Start Free TrialLog in
Avatar of Rajkumar_G
Rajkumar_G

asked on

Listbox onscroll event is not working.

I'm using a HTML listbox. I want to use its onscroll event when we scroll the same.

I tried,but its not firing for me. Actually I'm loading a HTML Listbox using AJAX initially with 100 records and I want to load further data when the listbox is scrolled.

I can able to see "onscroll" event using Visual Studio .net while development...but during runtime its not coming up.

I'm using IE 6.0 browser.

Pls help.

- Aravind.
Avatar of GrandSchtroumpf
GrandSchtroumpf

There is no such element as a Listbox.
Do you mean a SELECT element?

Now, for your problem, if the "Listbox" does not fire the event, there is not much you can do about it...
ASKER CERTIFIED SOLUTION
Avatar of basicinstinct
basicinstinct
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rajkumar_G

ASKER

Yes I can understand, the event property is not defined for HTML Listbox object.

Okay.

-Aravind.