Home | Top | Free Ajax Editor | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


cookieEnabled Property

Retrieves whether client-side persistent cookies are enabled in the browser. Persistent cookies are those that are stored on the client-side computer.

Syntax

[ bEnabled = ] object . cookieEnabled

Possible Values

bEnabled Boolean that receives one of the following values.
false Browser does not support cookies.
true Browser does support cookies.

The property is read-only. The property has no default value.

Remarks

Note   CookieEnabled does not check the status of session cookies.

This property does not check whether third-party persistent cookies are enabled in the browser.

Standards Information

There is no public standard that applies to this property.

Applies To

[ Object Name ] Platform Version
Win16:
Win32:
Windows CE:
Unix:
Mac:
 
clientInformation , navigator
Home | Top | Free Ajax Editor | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.