Mega Code Archive

 
Categories / JavaScript Tutorial / HTML Tags
 

Body onScroll event

< html>     <head>         <title>OnScroll Example</title>     </head>     <body onscroll="alert('Scrolling')">          <P>Try scrolling this window.</p>     </body> </html>