I've been wondering this for some time. I tried somehow to figure out the size of window
(the browser window), but I could not do that.
With jQuery I already know what it's simply doing:
$(window).height()
But, in case I do not have it with jQuery, I do not know how to do it.
Does anyone know how to get the height of the window (as with window
in jQuery), but without jQuery?