Use window.onscroll to add the onscroll event handler : onscroll : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » onscroll »

 

Use window.onscroll to add the onscroll event handler

















<html>
    <head>
        <title>OnScroll Example</title>
        <script type="text/javascript">
            window.onscroll = function () {
                alert("scrolling");
            }
        </script>
    </head>
    <body>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
         <P>Try scrolling this window.</p>
    </body>
</html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» onscroll