codice:
var width = window.innerWidth|| document.documentElement.clientWidth || document.body.clientWidth;
var height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
alert("Size = "+width+" x "+height);
ciao