Hail all
I have this piece of javascript:
document.cookie="fadedin=yes; expires=Fri, 27 Jul 2020 02:47:11 UTC; path=/"
which sets a cookie which prevents an annoying popup from being presented to users of my site after their first visit. It doesn't appear to work in IE6 though, could anyone shed some light on this?
Thanks!
I have this piece of javascript:
document.cookie="fadedin=yes; expires=Fri, 27 Jul 2020 02:47:11 UTC; path=/"
which sets a cookie which prevents an annoying popup from being presented to users of my site after their first visit. It doesn't appear to work in IE6 though, could anyone shed some light on this?
Thanks!
Comment