s

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

<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개

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

팁게시판

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

+
제목 글쓴이 날짜 조회
12년 전 조회 2,650
12년 전 조회 3,527
12년 전 조회 862
12년 전 조회 5,586
12년 전 조회 1,236
12년 전 조회 1,407
12년 전 조회 1,318
12년 전 조회 1,369
12년 전 조회 3,289
12년 전 조회 2,048
12년 전 조회 3,702
12년 전 조회 8,539
12년 전 조회 4,177
12년 전 조회 3,752
12년 전 조회 3,154
12년 전 조회 4,004
12년 전 조회 4,386
12년 전 조회 1,620
12년 전 조회 2,747
12년 전 조회 2,749
12년 전 조회 1,277
12년 전 조회 1,302
12년 전 조회 8,439
12년 전 조회 1,555
12년 전 조회 3,789