A
Apaxe2000
Hi.
I create this function to verify if cookies are enables in the
browser.
<script type="text/javascript" language="JavaScript">
document.cookie = "TemporaryTestCookie=yes;";
if(document.cookie.indexOf("TemporaryTestCookie=") == -1) {
alert("Atention: You have to set cookies on.");
}
</script>
This function works well in Firefox, but dont work im Microsoft
Internet Explorer 6.
Why? I dont undestand why!
Can anyone helpme? Thanks.
I create this function to verify if cookies are enables in the
browser.
<script type="text/javascript" language="JavaScript">
document.cookie = "TemporaryTestCookie=yes;";
if(document.cookie.indexOf("TemporaryTestCookie=") == -1) {
alert("Atention: You have to set cookies on.");
}
</script>
This function works well in Firefox, but dont work im Microsoft
Internet Explorer 6.
Why? I dont undestand why!
Can anyone helpme? Thanks.