View Single Post
  #2 (permalink)  
Old 03-07-2008, 07:11 AM
Alan-Hart's Avatar
Alan-Hart Alan-Hart is offline
WebProWorld Member
 
Join Date: Jun 2007
Location: Swindon
Posts: 52
Alan-Hart RepRank 0
Default 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.
Reply With Quote