Definition: The pageXOffset property is used to determine the X coordinate of the scroll position in some browsers. This is not a reserved word so you can declare your own variable or function called pageXOffset but if you do then you will not be able to find or alter the scroll position of a window in some browsers
Examples:
var posX = window.pageXOffset;

