JavaScript 브 라 우 저의 디 스 플레이 영역 크기 정보 가 져 오기

      JavaScript Code  
         document.body.clientWidth  
         document.body.clientHeight  
       (      )  document.body.offsetWidth  
       (      )  document.body.offsetHeight  
         document.body.scrollWidth  
         document.body.scrollHeight  
         document.body.scrollTop  
         document.body.scrollLeft  
         window.screenTop  
         window.screenLeft  
         window.screen.height  
         window.screen.width  
           window.screen.availHeight  
           window.screen.availWidth  

좋은 웹페이지 즐겨찾기