R
Rodolo
Hi,
I use Javascript cookies in a web application
with a command like this
document.cookie = NameOfCookie + "=" + escape(value) +
((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());
But it does not work in some cases that I dont understand
I wonder why this happens
Can anyone help me?
Alessandro
I use Javascript cookies in a web application
with a command like this
document.cookie = NameOfCookie + "=" + escape(value) +
((expiredays == null) ? "" : "; expires=" + ExpireDate.toGMTString());
But it does not work in some cases that I dont understand
I wonder why this happens
Can anyone help me?
Alessandro