Page 1 of 1

How to make a page stay for a while

Posted: Sun Jun 26, 2005 4:51 pm
by raghavan20
I am thinking of making pages stay for a while instead of annoying javascript - alert messages. I wanted to do like the one when we submit a post, we come across a screen that stays on for a while and takes us to another page.

How to do that?

Posted: Sun Jun 26, 2005 4:59 pm
by Chris Corbyn
Just meta redirection that usually does it.

<meta http-equiv="refresh" content="10; http://www.site.com/newpage/" />

If you want something more definite as to whether something worked I'd suggest XMLHttp -> It's alot more advanced howver but Burrito put a nice tutorial in the "Tutorials" section ;)