can JavaScript or VBScript detect scrollbar positions or scrolling done by the user?
Printable View
can JavaScript or VBScript detect scrollbar positions or scrolling done by the user?
Code:<html>
<body onScroll="window.status=document.body.scrollTop">
<!-- Content //-->
</body>
</html>