Obtenha a altura total da página JavaScript
var _docHeight = (document.height !== undefined) ? document.height : document.body.offsetHeight;
Lakshay.me
var _docHeight = (document.height !== undefined) ? document.height : document.body.offsetHeight;