javascript height of page code example
Example: get total height of page javascript
var _docHeight = (document.height !== undefined) ? document.height : document.body.offsetHeight;
var _docHeight = (document.height !== undefined) ? document.height : document.body.offsetHeight;