Jump to content

Ie7 & Navigator.cookieenabled


alib_15

Recommended Posts

Hi.Can someone tell me what I'm failing to see please.<code>document.write(navigator.cookieEnabled);</code>In IE7 Tools,Internet Options,Privacy Tab scroll bar Block all cookies, apply & ok.But I still get true returned from the line of code. What do I have to do to get false please?And is the cookie attribute max-age not supported in IE7?Ali

Link to comment
Share on other sites

Hi.Can someone tell me what I'm failing to see please.<code>document.write(navigator.cookieEnabled);</code>In IE7 Tools,Internet Options,Privacy Tab scroll bar Block all cookies, apply & ok.But I still get true returned from the line of code. What do I have to do to get false please?And is the cookie attribute max-age not supported in IE7?Ali
To run scripts, you must use the <script> tag. <code> tags just display code in a monospace font.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...