Pages

Subscribe:

Friday, 18 November 2011

how to reload a page automatically

how to reload a page automatically


Many people want to automatically reload their web pages but they are unable to do that. But it is very simple just open your page in note pad or any other html editor and this mata tag  between <head> and </head>


<META HTTP-EQUIV="Refresh" CONTENT="1">


If you want to redirect your site to another site use this code


<META HTTP-EQUIV="Refresh" CONTENT="1; URL=http://your-site.com/">