s

자바스크립트를 이용해 모니터 해상도 구하기

· 2013-04-05 (금) 01:31:50 · 4355 · 2
<script type="text/javascript">

document.write('가로: ', screen.width, '<br />', '세로: ', screen.height, '<br />');



document.write('<br /><br />'); // 줄바꿈



if ( (screen.width == 1024) && (screen.height == 768) ) {
document.write('평균적인 해상도이군요<br />');
}
else if ( (screen.width < 1024) && (screen.height < 768) ) {
document.write('저해상도이군요.<br />');
}
else if ( (screen.width > 1024) && (screen.height > 768) ) {
document.write('고해상도이군요.<br />');
}
else
document.write('비표준 해상도군요.<br />');

< /script>
|

댓글 2개

감사요~
감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
13-04-05 조회 4,356
13-04-05 조회 3,920
13-04-02 조회 3,345
13-04-02 조회 4,191
13-04-02 조회 4,567
13-04-02 조회 1,792
13-03-31 조회 2,923
13-03-31 조회 2,922
13-03-31 조회 1,441
13-03-28 조회 1,477
13-03-28 조회 8,640
13-03-28 조회 1,719
13-03-28 조회 3,949
13-03-28 조회 6,518
13-03-28 조회 1,735
13-03-25 조회 1,334
13-03-24 조회 1,497
13-03-24 조회 3,501
13-03-24 조회 1,254
13-03-23 조회 2,005
13-03-23 조회 1,453
13-03-23 조회 1,099
13-03-23 조회 1,616
13-03-22 조회 2,271
13-03-21 조회 1,586