S sealthf28 New member Dec 31, 2007 27 0 0 Mar 18, 2008 #1 Is there a way to redirect webpages with 10 seconds or 5 seconds delay?
S sealthf28 New member Dec 31, 2007 27 0 0 Mar 19, 2008 #3 audax said: META refresh Google it Click to expand... thanks for advice.
OlegBkk New member Aug 8, 2007 169 0 0 Bangkok Mar 20, 2008 #4 I hope it won't affect the site rank? or Google doesn't like it ?
chatmasta Well-known member Jan 7, 2007 2,611 68 48 NYC Mar 21, 2008 #5 don't worry about the rank of a redirect page
L lephron New member Apr 6, 2008 1 0 0 Apr 6, 2008 #6 You could also do it with javascript: Code: window.setTimeout("document.location = myUrl.com", 5000);
You could also do it with javascript: Code: window.setTimeout("document.location = myUrl.com", 5000);
transient New member Apr 7, 2008 274 3 0 NYC Apr 7, 2008 #7 there are server side solutions as well using cookies, some basic php, perl or even a web server setting.
there are server side solutions as well using cookies, some basic php, perl or even a web server setting.