Javascript

Topic: JS Window

How to get the Scroll height and Width in JavaScript !!

Width : window.pageXOffset ||document.body.scrollLeft ||document.documentElement.scrollLeft;Height: window.pageYOffset ||document.body.scrollTop ||document.documentElement.scrollTop;

Browse random answers: