This is the HTML code to redirect from one page to another. You must paste this code in between <head> </head> tags of the page which will redirect visitors to another page.
Notes :
1. Notice the value 0. It means the page will redirect after 0 seconds. Change the value 0 to 10 for the page to redirect after 10 seconds.
2. Change the URL from http://www.example.com/ to the URL of the page where the visitors will be redirected to.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.example.com/">
Notes :
1. Notice the value 0. It means the page will redirect after 0 seconds. Change the value 0 to 10 for the page to redirect after 10 seconds.
2. Change the URL from http://www.example.com/ to the URL of the page where the visitors will be redirected to.
0 Comments