can JavaScript or VBScript detect scrollbar positions or scrolling done by the user?
Last edited by Acidic; Nov 22nd, 2003 at 09:00 PM.
Have I helped you? Please Rate my posts.
Code: <html> <body onScroll="window.status=document.body.scrollTop"> <!-- Content //--> </body> </html>
<html> <body onScroll="window.status=document.body.scrollTop"> <!-- Content //--> </body> </html>
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Forum Rules