// Syntax // element onscroll= "myScript" // div onscroll= "tmScroll()" // script // function tmScroll() {document.getElementById("divScroll").innerHTML = "Refresh and scroll again";}