Skip to content


Auto Refreshing - Reloading a webpage using Meta Tags

The section contains stuff related to the HTML/DHTML/XHTML for Web Page Development.

Auto Refreshing - Reloading a webpage using Meta Tags

Postby Web Guru » October 15th, 2008, 9:23 am

These days, all major browsers supports the auto-refreshing facility for a webpage using meta tags. You can refresh/reload a webpage using meta tag after a certain amount of time, or even you can redirect to any other page.

The code is very simple as you can see below.
Code: Select all
<meta http-equiv="refresh" content="30; url=http://www.GeoSourceCode.com">


This code will force the page to reload the provided URL after 30 seconds. If you want to refresh the same page, then the above code will look like:
Code: Select all
<meta http-equiv="refresh" content="30">


simple!
User avatar
Web Guru
 
Posts: 94
Joined: March 24th, 2008, 7:59 am
Location: Lahore, Pakistan

Return to Board index

Return to HTML / DHTML / XHTML

Who is online

Users browsing this forum: No registered users and 0 guests