piyush23424 Posted January 30, 2010 Share Posted January 30, 2010 redirection code is not working <script type="text/javascript"> function settime() { window.location='http://www.trkcsh.com/tracking202/redirect/off.php?acip=6279&pci=' + ReadCookie('tracking202pci'); } setTimeout(setitme(), 2000 ); function ReadCookie(n) { var cookiecontent = new String(); if(document.cookie.length > 0) { var cookiename = n+ '='; var cookiebegin = document.cookie.indexOf(cookiename); var cookieend = 0; if(cookiebegin > -1) { cookiebegin += cookiename.length; cookieend = document.cookie.indexOf(";",cookiebegin); if(cookieend < cookiebegin) { cookieend = document.cookie.length; } cookiecontent = document.cookie.substring(cookiebegin,cookieend); } } return unescape(cookiecontent); } // function ReadCookie() </script> Link to comment https://forums.phpfreaks.com/topic/190335-javascript-redirection-error-please-help/ Share on other sites More sharing options...
piyush23424 Posted January 30, 2010 Author Share Posted January 30, 2010 please check function ReadCookie() with redirection. it is also not working thanks piyush Link to comment https://forums.phpfreaks.com/topic/190335-javascript-redirection-error-please-help/#findComment-1004140 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.