Window( Frame )ã®å¹ ã®åå¾ function getWindowWidth(){ if(window.innerWidth) return window.innerWidth; // Mozilla, Opera, NN4 if(document.documentElement && document.documentElement.clientWidth){ // ä»¥ä¸ IE return document.documentElement.clientWidth; } else if(document.body && document.body.clientWidth){ return document.body.clientWidth; } return 0; } Window( Frame )ã®é«ãã®åå¾ function getWindowHeight(){ if
{{#tags}}- {{label}}
{{/tags}}