You can use the meta refresh tag in the <head> of your page e.g.
Code:
<meta http-equiv="refresh"
content="5; url=http://www.example.com/newpage" />
However, to quote the W3C
Quote:
|
quote:This is a deprecated example which, using the meta element, forwards the user from one page to another after a timeout. However, this markup is non-standard, it disorients users, and it can disrupt a browser's history of visited pages.
|
HTH,
Chris