Getting the screen resolution

suggest change

To get the physical size of the screen (including window chrome and menubar/launcher):

var width  = window.screen.width,
    height = window.screen.height;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Screen:
*Getting the screen resolution

Table Of Contents
16Map
17Set
46Screen