<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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 11208 |
JavaScript
글자 깜박임 blink 익스에서 구현
3
|
| 11205 | |
| 11202 | |
| 11198 |
JavaScript
select선택에따른추가select동적으로보여주기
3
|
| 11197 | |
| 17717 | |
| 11194 | |
| 11192 |
JavaScript
두 종류의 메뉴셋 사용시 메뉴선택 표시 문제
1
|
| 11190 | |
| 17708 | |
| 20659 | |
| 20653 | |
| 17702 |
견적서
견적서의뢰 ....
5
|
| 17693 | |
| 11186 | |
| 20649 | |
| 11184 | |
| 11179 | |
| 11177 | |
| 11176 |
JavaScript
도와주세요~
|
| 20648 | |
| 20643 | |
| 20639 | |
| 11175 |
JavaScript
자바스크립트 입문자인데..이미지 변경 스크립트..좀 도와주세여
|
| 11167 |
jQuery
list sort에 좋은것
7
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기