tags:

views:

297

answers:

2

As asked in the question, how do I find out the screen space available for the webpage through javascript?

+2  A: 

What you're looking for is called the 'viewport size'

This script should give you a starting point

Neil Aitken
thanks! it worked out.
A: 

window.innerHeight

Anthony