um i have no idea how to do a timed redirect after 10 seconds
like i want to output some text wait 10 seconds then ridrect to another page... and do stuff there.... help please??
redirecting
Moderator: General Moderators
- cheatboy00
- Forum Contributor
- Posts: 151
- Joined: Sat Jun 29, 2002 10:36 am
- Location: canada
- Contact:
This should be a JavaScript question really but...
all you have to do is add this line of code into the <head> of your page.
<META HTTP-EQUIV="REFRESH" CONTENT="20;URL=TARGET.html">
Replace the 20 with the number of seconds you want the page to wait for.. and replace TARGET.html with the html (or php) page you want to jump to.
Hope this helps.
all you have to do is add this line of code into the <head> of your page.
<META HTTP-EQUIV="REFRESH" CONTENT="20;URL=TARGET.html">
Replace the 20 with the number of seconds you want the page to wait for.. and replace TARGET.html with the html (or php) page you want to jump to.
Hope this helps.
- cheatboy00
- Forum Contributor
- Posts: 151
- Joined: Sat Jun 29, 2002 10:36 am
- Location: canada
- Contact: