redirect with time delay

Status
Not open for further replies.


You could also do it with javascript:

Code:
window.setTimeout("document.location = myUrl.com", 5000);
 
there are server side solutions as well using cookies, some basic php, perl or even a web server setting.
 
Status
Not open for further replies.