자바스크립트를 이용해 모니터 해상도 구하기
<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>
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개
쉽다zzz
12년 전
감사요~
takumi22
12년 전
감사합니다.
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5077 |
senseme
|
12년 전 | 1235 | |
| 5076 |
senseme
|
12년 전 | 3220 | |
| 5075 |
senseme
|
12년 전 | 837 | |
| 5074 |
senseme
|
12년 전 | 1773 | |
| 5073 | 12년 전 | 3610 | ||
| 5072 |
senseme
|
12년 전 | 5248 | |
| 5071 |
senseme
|
12년 전 | 1423 | |
| 5070 |
senseme
|
12년 전 | 754 | |
| 5069 |
senseme
|
12년 전 | 2729 | |
| 5068 |
senseme
|
12년 전 | 2470 | |
| 5067 |
senseme
|
12년 전 | 1502 | |
| 5066 |
senseme
|
12년 전 | 2923 | |
| 5065 |
senseme
|
12년 전 | 6513 | |
| 5064 | 12년 전 | 2141 | ||
| 5063 |
네오soft
|
12년 전 | 1878 | |
| 5062 | 12년 전 | 780 | ||
| 5061 | 12년 전 | 1792 | ||
| 5060 |
sa2pan
|
12년 전 | 1255 | |
| 5059 | 12년 전 | 3902 | ||
| 5058 | 12년 전 | 9839 | ||
| 5057 | 12년 전 | 1144 | ||
| 5056 | 12년 전 | 2465 | ||
| 5055 |
생각보다몸이앞서다
|
12년 전 | 2150 | |
| 5054 | 12년 전 | 2971 | ||
| 5053 |
kiplayer
|
12년 전 | 5983 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기