if (document.body.scrollHeight - document.body.offsetHeight > 0 ) { alert("yes"); } else { alert("no"); }