Vote count:
0
I am trying to redirect from a splash page to another. I have this code but I want it to be activated only from the first page the users arrive (the homepage) and not from every page on the site.
This is the code I am using but it keeps on launching on every page:
var url ='http://ift.tt/1lbY2Uy';
var delay = 6;
var d = delay * 1000;
window.setTimeout ('parent.location.replace(url)', d);
Thanks, Matan
asked 2 mins ago
Aucun commentaire:
Enregistrer un commentaire