Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

CookieEnabled Example

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