브라우저에서 사용자측 컴퓨터에 저장되는 쿠키가 가능하도록 지원하는가를 부울값으로 반환한다.
![]() | Script | [bVal=]object.cookieEnabled |
HTML | 없음 |
false | 브라우저가 쿠키를 지원하지 않는다. |
true | 브라우저가 쿠키를 지원한다. |
이 속성은 읽기전용이며 디폴트값은 없다.
개체 | script | HTML | 규격 | IE |
---|---|---|---|---|
clientInformation | [bVal=]clientInformation.cookieEnabled | 없음 | 없음 | IE4.0(win16,win32,ce,unix,mac) |
navigator | [bVal=]navigator.cookieEnabled | 없음 | 없음 | IE4.0(win16,win32,ce,unix,mac) |
![]() | cookieEnabled 속성⇒ | ![]() | ![]() ![]() ![]() |
<SCRIPT> document.write('clientInformation.cookieEnabled='+clientInformation.cookieEnabled+'<BR>'); document.write('navigator.cookieEnabled='+navigator.cookieEnabled+'<BR>'); </SCRIPT>
![]() | cookieEnabled 속성 | ⇒ | ![]() ![]() |
최종 수정: 05/11/2025 21:19:33 | ![]() All right reserved | 비정상적인 방식으로 프레임없이 페이지에 접속하면 자주 오류가 발생됩니다. 오류가 나면 정상적 접속으로 시도해 보세요. | http://koxo.com/lang/js/property/cookieEnabled.html |