Hi,
following script (bit simplified) will work (ie.: set a cookie) in FF, IE7, Safari... BUT does not set the cookie in IE6 at all:
Any idea what might be the problem? Or ist it just my IE6 version (running as a "stand alone" version parallel to an installed IE7).Code:<script language="JavaScript" type="text/javascript"> <!-- document.cookie = "ref=" + document.referrer + "\t" + document.URL; //--> </script>
Thanks for any ideas!
sdevic



Reply With Quote


Bookmarks