[JavaScript] navigator.cookieEnabled fails

Discussion of bugs in Mozilla Firefox
Post Reply
el.milonguero
Posts: 2
Joined: November 29th, 2002, 9:08 am

[JavaScript] navigator.cookieEnabled fails

Post by el.milonguero »

Hi all,

this post only to notify that the JavaScript property navigator.cookieEnabled returns error:

Example:

<script>

alert (navigator.cookieEnabled);

</script>

gives:

uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIDOMNavigator.cookieEnabled]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: *cut* :: :: line 274" data: no]

Using Phoenix 0.4 on Win XP.

Cheers,
Luca
Post Reply