CookieCutter.name writes and reads the cookie in real time, to test and determine if client browser supports cookies. This tool is especially useful when test third-party cookie capacity.
Place this script to your webpage of where you need to check if cookie is enabled in browser.
<script language="javascript">
function CookieCutter(c) {
if (c == '12345678') {
alert("Your browser enabled cookies.");
} else {
alert("Your browser disabled cookies or third-party cookies.");
}
}
</script>
<script language="javascript" src="http://cookiecutter.name/Check/12345678"></script>
For better result (to avoid browser cache), you can use random string to replace the 12345678, the string is \w{4,30}.
You can also change the default callback function name, to do so use http://cookiecutter.name/Check/12345678/CallBack instead of CookieCutter, the function name is [\w\.]{4,30}.
Click here visit GimmeRank.com, an Affliate Link Manager, your gateway between your affiliate program and your marketing.