Getting the width/height of the entire browser in IE?

后端 未结 5 1072
遇见更好的自我
遇见更好的自我 2020-12-03 16:25

Does anybody here know what the Javascript call is to get the width/height of the entire browser window (including nav, menu, etc?)

I know there is outerWidth<

5条回答
  •  情深已故
    2020-12-03 17:02

    I believe this is what you want

    document.body.offsetWidth
    document.body.offsetHeight
    

提交回复
热议问题