JavaScript Reference/Javascript Properties/cookieEnabled — различия между версиями
Admin (обсуждение | вклад) м (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