본문 바로가기
프로그램/Javascript

Screen 정보

by 로드러너 2014. 3. 19.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

screen.width;

screen.height;

screen.availWidth;

screen.availHeight;

document.body.scrollWidth;

document.body.scrollHeight;

document.body.offsetWidth;

document.body.offsetHeight;

document.body.clientWidth;

document.body.clientHeight;

'프로그램 > Javascript' 카테고리의 다른 글

substr, substring  (0) 2014.03.19
폼 접근  (0) 2014.03.19
쿼리스트링을 JSON형태로 변환  (0) 2014.03.18
RegExp 객체  (1) 2014.03.16
프레임의 사이즈를 실행시점에 변경하기  (0) 2014.03.15