Page 1 of 1

Link after 3 second delay?

Posted: Tue Mar 21, 2006 2:33 pm
by Citizen
This is basically what the code needs to do:

Code: Select all

if (one second goes by){
    echo 1...;
}
if (two seconds goes by){
    echo 1...2...;
}
if (three seconds goes by){
    echo 1...2...3...;
}
if (four seconds goes by){
   echo <a href="http://mywebsite.com>;
}
How do I go about coding something like this? Would it be better to do it in a flash file instead of php?

Posted: Tue Mar 21, 2006 2:39 pm
by feyd
Use Javascript and a meta redirection.