time redirecting
Author |
Message |
Homer_simpson
|
Posted: Fri May 16, 2003 7:26 pm Post subject: time redirecting |
|
|
hmmm...i'm just wondering how can i make an html or (any other language) page that redirects it's self after a few second like this one http://compsci.ca/fsajklkjfsajkfas |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
Posted: Fri May 16, 2003 7:53 pm Post subject: (No subject) |
|
|
woot, some one atualy has seen my wrok on the error pages
code: |
<meta http-equiv="refresh" content="5; url=http://www.compsci.ca">
|
put num of sec's in content="
put url in url=
this shode be near the top of your code in the <head> </head> range |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Homer_simpson
|
Posted: Fri May 16, 2003 7:59 pm Post subject: (No subject) |
|
|
aaaaaahaaaaaaaaa!!!!!!!
i had tried that before but i didn't know the content part...
thx dan... =) |
|
|
|
|
|
|
|