? ??
JavaScript? ?????? ???? ?? ??? ??? ??? ??? ? ????.
window
window ??? ?? ?? ??? ? ?? ??? ???? ?? ?????.
window ???? ???? ?? ?? ??? ??? ??? ? ?? innerWidth ? innerHeight ??? ????. ?? ??? ??? ?? ???, ?? ??, ???? ?? ?? ??? ??? ??? ? ? ???? ???? ? ???? ? ??? ??? ?????.
???: IE<=8? ???? ????.
<html> <head> <script> 'use strict'; alert('window inner size: ' + window.innerWidth + ' x ' + window.innerHeight); </script> </head> <body> </body> </html>
? ???? ???? ?? ?? ??? ??? ?? ? ?? externalWidth ? externalHeight ??? ????.