var body = document.body,
html = document.documentElement;
var height = Math.max( body.scrollHeight, body.offsetHeight,
html.clientHeight, html.scrollHeight, html.offsetHeight );
출처 : http://stackoverflow.com/questions/1145850/how-to-get-height-of-entire-document-with-javascript
'밤을 지새다 > Snippets' 카테고리의 다른 글
Spring Framework 기반 웹 애플리케이션 작성 시 UTF-8 인코딩 설정 (0) | 2015.06.11 |
---|---|
터미널 문자 인코딩 확인 (0) | 2015.04.15 |
배치 파일(.bat) echo 명령의 줄바꿈 (1) | 2015.04.15 |