vote up 0 vote down star
3

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

flag

removing the space occupied by the tabs on top and all. just the screen real estate (if i may) available. – unknown (google) Sep 4 at 7:51
Cross browser solution needed? – AnthonyWJones Sep 4 at 7:54
yeah. that would be great. or ill end up serving only a few people, and leaving the rest to complain that i am a novice (although i am) – unknown (google) Sep 4 at 7:56
so basically what you're after is the client size? – peirix Sep 4 at 7:57

2 Answers

vote up 2 vote down check

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

This script should give you a starting point

link|flag
thanks! it worked out. – unknown (google) Sep 4 at 7:59
vote up 0 vote down

window.innerHeight

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.