Re: redirecting a web page
you mean a meta refresh?
e.g.
<meta http-equiv="refresh" content="2;url=http://google.com">
where 2 is the time in milliseconds to wait before redirecting.
Keep In Mind:
- Refreshing the current page can confuse people. If they didn't request the reload, some people can get concerned about security.
- Search engines dont like it
Last edited by Alan-Hart; 03-07-2008 at 07:14 AM.
|