|
To redirect to a new page, or to reload the one you’re on without using Javascript, you’re going to want to use the following code.
<meta HTTP-EQUIV="REFRESH" content="1; url=http://www.snidge.com/blog/“>You would place this code somewhere in the <head> </head> section of your page.
As always, the sections you need to edit are in bold. You will want to change 1 to how many seconds you would like to have pass before the page is redirected. This code would work as both a page refresh, and redirect!
Have fun.



Leave a Reply