Mega Code Archive

 
Categories / JavaScript Reference / Event Handlers Reference
 

OnScroll Example

<html> <body onscroll="alert('The user is scrolling the document')">    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>      Reduce the size of your browser to see a scroll bar </body> </html>