JavaScript Reference/Javascript Properties/cookieEnabled — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 08:21, 26 мая 2010

"cookieEnabled" Example

    
<html>
<body>
<button onClick="alert(navigator.cookieEnabled);">Are Cookies Enabled</button>
</body>
</html>



"cookieEnabled" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |clientInformation               navigator                     |
+----------------+--------------------------------------------------------------+



"cookieEnabled" Possible Values

Possible Values
true 
false.



"cookieEnabled" Syntax and Note

Note:
Read-only property. 
Are cookies enabled. 
    
Syntax:
    
objectName.cookieEnabled