TOC PREV NEXT INDEX

domref



window.onscroll


An event handler for the scroll event on the window.

Syntax

window.onscroll = funcRef
 

Parameters

funcRef is a reference to a function.

Example

window.onscroll = doFunc;
 

Notes

The scroll event is raised when the window is scrolled.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX