'onScroll' Example : onScroll « Event Handlers Reference « JavaScript 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>

    
      
      








Related examples in the same category

1.'onScroll' Syntax and Note
2.'onScroll' Properties
3.'onScroll' is applied to