| Getting windows height Getting windows height |
ThreeSwords

msg:4159053 | 9:01 am on Jun 25, 2010 (gmt 0) | Hello I would like to grabe the windows height with javascript. I did it with document.body.offsetHeight But the result includes the toobars part size/height. How can get height of the windows, getting ride of the toolbar size? Example: when i use document.body.offsetHeight, he tells me the windows heights about 1000. but in fact it does not height if toolbars are displayed. so...? i want to know the height of the free to right part of the windows.
|
tedster

msg:4159243 | 2:53 pm on Jun 25, 2010 (gmt 0) | Have you tried screen.availHeight - it will not include any toolbars and has universal browser support.
|
ThreeSwords

msg:4159710 | 6:28 am on Jun 26, 2010 (gmt 0) | it does not work, and i'am giving up on that issue thank you for your respons
|
|
|