메뉴 건너뛰기

조회 수 6095 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<SCRIPT LANGUAGE="JavaScript">
<!--
  var Size = "UnCommon" 
   if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Explorer") != -1) {
     ScrnSize = screen.width + "x" + screen.height;
  }
   if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Netscape") != -1) {
     ScrnSize = screen.width + "x" + (screen.height + 19);
  }
   switch(Size) { 
    case "640x480":   document.write('<body bgcolor="#FF0000" text="#000000">');
    case "800x600":   document.write('<body bgcolor="#00FF00" text="#000000">');
    case "1024x768":  document.write('<body bgcolor="#0000FF" text="#000000">');
    case "1152x864":  document.write('<body bgcolor="#FFFF00" text="#000000">');
    case "1280x1024": document.write('<body bgcolor="#AA0000" text="#000000">');
    case "1600x1200": document.write('<body bgcolor="#FF00FF" text="#000000">');
    case "1600x1280": document.write('<body bgcolor="#00AA00" text="#000000">');
    default:          document.write('<body bgcolor="#FFFFFF" text="#000000">'); // 위의 해상도 크기에 맞지 않을때. 
  }
   document.write('<b>Browser Type :</b> '+navigator.appName+'<BR>');                     // 브라우저 형태
  document.write('<b>Browser Version :</b> '+navigator.appVersion+'<BR>');               // 브라우저 버전
  document.write('<b>Screen Resolution :</b> '+screen.width+"x"+screen.height+'<Br>');   // 해상도 크기
//-->
</script> 

List of Articles
번호 제목 날짜 조회 수
247 비동기 작업의 원리 (JavaScript 엔진, Web API, Task Queue, Event Loop) file 2023.01.20 154
246 Node.js와 npm(+ npx)의 개념 2023.01.20 150
245 바닐라 JS, ECMAScript 개념 file 2023.01.20 125
244 마우스 오른쪽버튼 , 드래그 선택 차단 2023.01.12 130
243 개발자도구 F12키 막기 file 2023.01.12 188
242 패스워드, 확인패스워드가 맞는지 체크 2023.01.12 141
241 문자열 안에 쌍따옴표, 홑따옴표 표시하는 3가지 방법 file 2021.08.20 1826
240 대소문자 변경 (대문자를 소문자로, 소문자를 대문자로) 2021.08.20 276
239 시간 계산하기 (시/분/초/ 더하기, 빼기) 2021.08.20 1738
238 날짜 계산 (Date) 마지막 날짜(말일)/윤달/윤년 처리하기 2021.08.20 1591
237 월의 마지막 날짜 계산하기 2021.08.20 264
236 Date 객체로 원하는 날짜, 시간 표현하기 2021.08.20 244
235 날짜 계산하기 (년/월/일 더하기, 빼기) 2021.08.20 2383
234 3자리 마다 쉼표만 찍어주는 number_format 함수 2021.03.26 243
233 팝업창 맨위로 올라오게 하기 2021.03.26 911
232 폼안에 태그명, 함수명 같을때 오류 2021.03.26 227
231 ajax 사용시 Internal Sever Error 뜨는 경우 2021.03.26 985
230 자주쓰는 것들 2021.03.26 257
229 utf-8일때 alert 한글 깨짐 해결 2021.03.26 3606
228 split, join, replace, replace_all 2021.03.26 229
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved