zig.com Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h2>The Navigator Object</h2>
<p>The cookieEnabled property returns true if cookies are enabled:</p>
<p id="demo"></p>
<script>
  document.getElementById("demo").innerHTML =
    "navigator.cookieEnabled is " + navigator.cookieEnabled;
</script>
</body>
<!-- /js/tryit.asp?filename=tryjs_nav_cookieenabled  Thu, 06 Feb 2025 19:15:37 GMT -->
</html>