'cookieEnabled' Example : cookieEnabled « Javascript Properties « JavaScript Reference

'cookieEnabled' Example

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

    
      
      

Related examples in the same category

1.'cookieEnabled' Syntax and Note
2.'cookieEnabled' Possible Values
3.'cookieEnabled' is applied to