View Single Post
  #1 (permalink)  
Old 15-08-2007, 06:16 AM
Lawrence Lawrence is offline
Forum Admin
 
Join Date: Aug 2007
Location: Kenley, Surrey, UK
Posts: 1,226
Thanks: 2
Thanked 82 Times in 82 Posts
Default How to do a page redirect using HTML meta tags.

This is a very common question, this is how it's done.

HTML Code:
<meta http-equiv="refresh" content="0;url=http://www.eshopforums.com">
This line will instantly redirect you to another page/site if your choice. To add a delay before redirecting the page change "0" to the number of seconds to wait before redirecting.
__________________
Lawrence
Reply With Quote