Computer Science Canada

time redirecting

Author:  Homer_simpson [ 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

Author:  Dan [ Fri May 16, 2003 7:53 pm ]
Post subject: 

woot, some one atualy has seen my wrok on the error pages Wink

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

Author:  Homer_simpson [ Fri May 16, 2003 7:59 pm ]
Post subject: 

aaaaaahaaaaaaaaa!!!!!!!
i had tried that before but i didn't know the content part...
thx dan... =)


: