July 1998
Intermediate to advanced
1456 pages
65h 5m
English
cookieEnabled — NN n/a IE 4 DOM n/a
Read-only
Returns whether the browser allows reading and writing of cookie data.
if (cookieEnabled) {
setCookieData(data)
}Boolean value: true | false.
Depends on browser setting.
Read now
Unlock full access