I have created a variable out of a cookie.
var exiturl = readCookie("exiturl");
Now, I have an exit popup script that usually redirects to . Here is how the script looks:
var exitsplashpage = 'http://myexitpage.com' ;
I would like to replace the URL
with my var exiturl
.
Any help would be appreciated! Thank you!