JavaScript DHTML/Event onMethod/onScroll — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 10:02, 26 мая 2010
"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>