Hi, Since I'm designing a new site and trying to figure out what this script does, I guess, this should be the correct place to discuss about this script. <script type="text/javascript"> <!-- document.cookie='atref=noref$$; path=/;' // --> </script> <script type="text/javascript"> <!-- document.cookie='atexc=0,1,2,3,4,5,6,7,$$; path=/;' // --> </script> Code (markup): This script goes up the top just after the Head starting tag. Is this to delete browser cookies if someone has stuffed cookie in a visitor's browser? Or what exactly this script does. Please advise. Thanks for the help in advance. Regards, Andy.
That code just adds two cookies. Here's a similar one: http://forums.digitalpoint.com/showthread.php?t=210225 Btw, there is a forum here for Javascript.
And how does that help answering my question? Please DO NOT spam with links to your sites. I have asked a simple question and expect an answer, not a link to your site. As I can see you just joined DP, I will not take any action but please refrain from posting 'off the topic' replies in other's threads. Regards, Andy.