Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scroll event (Contd.)

Status
Not open for further replies.

ronsig

Programmer
May 24, 2001
54
IL
In continuation to my scrolling question from 3 threads below,

I know it's possible to do this:
document.captureEvents(Event.MOUSEUP);
document.onmousedown=norightclick;

Is it also possible to do something like this?

document.captureEvents(Event.SCROLLPAGEDOWN);
or
document.captureEvents(Event.SCROLL_PAGE_DOWN );

and if so, how can I add the event handling function?
document.??? = handlescrolling;

Thanks,
Ron

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top