"Ana" <ana_krall@gmx. net> schreef in bericht
news:btp9jl$1ku a$1@mamut.aster .pl...[color=blue]
> Is it possible to check by means of javascript whether cookies are enabled
> in the user's browser?
>
> Thanks in advance,
> Ana
>
>[/color]
In article <btp9jl$1kua$1@ mamut.aster.pl> , "Ana" <ana_krall@gmx. net> writes:
[color=blue]
>Is it possible to check by means of javascript whether cookies are enabled
>in the user's browser?[/color]
How can I see in javascript if a web browser accepts cookies?
<top posting corrected>
[color=blue]
> "Ana" <ana_krall@gmx. net> schreef in bericht
> news:btp9jl$1ku a$1@mamut.aster .pl...
>[color=green]
>>Is it possible to check by means of javascript whether cookies are enabled
>>in the user's browser?
>>
>>Thanks in advance,
>>Ana[/color][/color]
Johan Bechthum wrote:
[color=blue]
> navigator.cooki eEnabled
> rerurns False or True
>
> Johan.[/color]
I wouldn't rely on that. The content of the navigator object depends on
many factors: if it is supported at all by the browser, how it is
implemented, etc... Sounds too unreliable to me, especially when a
simpler method exists:
See
<URL: http://www.galasoft-lb.ch/myjavascript/consulting/2001012701>
Comment