Friday, August 17, 2012

Quick Forward

Forwarding pages are often used to re-direct people to a specific web page that has moved or for one reason or another, has been renamed.

We recently designed a forwarding page for a new client. She wanted the page to forward automatically, so we devised the following:


The snippet used to forward a page needs to be placed between the <head> and </head> portion of the html code:
<meta http-equiv="Refresh" content="5;url=https://www.advocare.com/110918645/default.aspx">
In the above code, 5 represents the number of seconds before the page forwards. You can change this to any length of time you prefer, such as 3 (for three seconds). The url (also bolded above) needs to be replaced with the exact web address of where you want the page forwarded.

It's as simple as that!

No comments:

Post a Comment