• 회원가입
  • 로그인
  • 구글아이디로 로그인

[Window_Screen] JS - window.screen 객체 - 스크린 객체 (= window.screen객체 = 윈도우스크린객체)

목차
  1. Screen 객체 정의
  2. Screen 객체의 속성

 

Screen 객체 정의

 

방문자 화면 정보 들어 있음.

 

※ 공식 표준은 없지만 모든 주요 브라우저가 지원 

 

Screen 객체의 속성

 

availHeight

화면높이 반환 (Windows 작업표시줄 제외).

 

availWidth

화면너비 반환 (Windows 작업표시줄 제외).

 

colorDepth

이미지 표시 위한 색상표의 비트 심도 반환.

 

height

화면전체높이 반환. (작업표시줄 포함)

 

pixelDepth

화면의 색상 해상도 (픽셀 당 비트 수) 반환.

 

width

화면전체너비 반환. (작업표시줄 포함)

 


 


분류 제목
DOM_Attribute JS - attr.isId -
DOM_Attribute JS - attr.name -
DOM_Attribute JS - attr.value -
DOM_Attribute JS - attr.specified -
DOM_Attribute JS - nodemap.getNamedItem() 메서드 -
DOM_Attribute JS - nodemap.item() 메서드 -
DOM_Attribute JS - nodemap.length -
DOM_Attribute JS - nodemap.removeNamedItem() 메서드 -
DOM_Attribute JS - nodemap.setNamedItem() 메서드 -
Window_Console JS - console.assert() 메서드 - 표현식이 FALSE인지 확인 (= 표현식 거짓 여부 체크 …
Window_Console JS - console.clear() 메서드 - 콘솔 지우기 (=콘솔창 청소 = console.clear메…
Window_Console JS - console.count() 메서드 - 콘솔창에서 카운트하기 (= 숫자 세기 = console.co…
Window_Console JS - console.error() 메서드 - 콘솔창에서 에러메시지 띄우기 (= console.error메…
Window_Console JS - console.group() 메서드 - 콘솔에서 메시지 그룹 생성 시작 (= console.grou…
Window_Console JS - console.groupCollapsed() 메서드 - 콘솔에서 접힌/축소된 메시지 그룹 시작 지정…
Window_Console JS - console.groupEnd() - 메시지 그룹의 끝/종료 지점 지정 (= console.grou…
Window_Console JS - console.info() 메서드 - 콘솔에 메시지 쓰기 (= console.info메서드 = 콘솔…
Window_Console JS - console.log() 메서드 - 콘솔에 메시지 쓰기 (= console.log메서드 = 콘솔로그…
Window_Console JS - console.table() 메서드 - 콘솔에 테이블 쓰기 (= console.table메서드 = …
Window_Console JS - console.time() 메서드 - 콘솔창에서 타이머 시작 (= console.time메서드 = …
23/67
목록
찾아주셔서 감사합니다. Since 2012