How To Make A Web Page Reload or Refresh Automatically Time Redirects

Mobile
feeds
Welcome Login | Register

How To Make A Web Page Reload or Refresh Automatically Time Redirects
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » HTML Forums
        » » How To Make A Web Page Reload or Refresh Automatically Time Redirects
How To Make A Web Page Reload or Refresh Automatically Time Redirects
Post Description: how to make a web page reload or refresh automatically time redirects HTML
Post Tags:
This Post Has Been Viewed 10010 Times Since Thu Nov 30, 2006 5:07 pm Author hostman with 10 replies
How To Make A Web Page Reload or Refresh Automatically Time Redirects
Advertise On This Page




Have you ever visited a website and while you are on one of their page, the webpage automaticaly freshes its self every some seconds or minutes. Today I found this meta tag you can use on your HTML Code to make the page refresh itself at whateve time you set it to: The use of the refresh is so when a webpage times out.

here is an example of the code you can use as a demo:

1. copy and paste the following code to a text editor like notepad.exe in windows or your favorite editor.


     Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Redirecting example by webune.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="refresh" CONTENT="15;URL=http://www.webune.com" />

</head>

<body>
<h1 align="center">Redirecting in 15 Seconds.... </h1><hr />
<p>You will be redirected to a new page in 15 seconds, if you are not redirected, please <a href="http://www.wallpaperama.com">click here</a> </p>
<p>This tutorial was created by our friends at Webune, providing excellent customer support through knowledge and expirience</p>
<p>* Tested on Internet Explorer and Firefox </p>
<p align="center">Affordable Web Hosting at <a href="http://www.webune.com">www.webune.com</a> </p>
</body>
</html>


once yo have paste all the code into notepad, save the file as webune.html, then open it with your browser, you will see the page, and in 15 secods, it will redirect you to another page. pretty neat.

Hope this helps

This tutorial was created by our friends at Webune.com, providing excellent customer support through knowledge and expirience.

visite webune at www.webune.com for all your web hosting needs


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : How To Make A Web Page Reload or Refresh Automatically Time Redirects

Comments and replies About How To Make A Web Page Reload or Refresh Automatically Time Redirects
:: 1 :: Reply #443 Reply By jakm On Sun Feb 18, 2007 8:52 pm
jakm:
How to make a web page getting refreshed automatically - HTML some good information to know page teachs you how to automatically reload a web page; how to automatically load a ... How to automatically load a visitor to another web page? How to make a web page getting refreshed automatically. ... certain browsers to automatically reload a page If you select a reload time the reload every feature is automatically enabled automatic refresh (or reload) of webpage?? Page Refresh/Reload - JavaScripts Meta Refresh Tag. How to reload the web page. Reload your page automatically or load visitors to another Reload this Page running webpage automatically via code can i automatically create a webpage from yes/no field? hangs when reloading web page with applet Reload/refresh parent web page from an iframe
:: 2 :: Reply #33925 Reply By rajesh On Mon Dec 31, 2007 11:24 pm
rajesh:
i want to referesh a page via another page without any time slace.
:: 3 :: Reply #43919 Reply By jb On Sun Mar 02, 2008 11:18 am
jb:
how can we get a page to auto refresh only one time, when the visitor first loads the page. i have the link to the page using the complete url, but for some reason the page still picks up cached info and not updated info. thanks
:: 4 :: Reply #59137 Reply By sezer On Tue Jun 24, 2008 5:52 am
sezer:
about redirect to other web address // html code --

html-lesson.blogspot /2008/06/redirect-to-web-addres.htm
:: 5 :: Reply #65859 Reply By nous On Sun Aug 10, 2008 7:31 pm
nous:
how i can refresh my blog page in 5 mins. i tried edit my html
code but it doesnt works.. can u help me?
:: 6 :: Reply #67881 Reply By John On Sat Aug 23, 2008 9:51 pm
John:
could i use this to get countless youtube views for my videos overnight? if so how?

thank you!
:: 7 :: Reply #75326 Reply By todd On Mon Oct 13, 2008 1:58 pm
todd:
20081013-75326-img-0868.jpg
i'm trying to reload a page just for myself on my own computer from a webpage i made....i want to leave the web page unchanged and have it reloaded on my end endlessly...looping reload just to increase traffic...can i don this?
thanxs...
todd
:: 8 :: Reply #94563 Reply By SEO On Sat Feb 21, 2009 12:16 am
SEO:
how to use 2 meta refresh tags in a single web page
:: 9 :: Reply #105717 Reply By Paul On Mon Jun 08, 2009 11:10 pm
Paul:
hey thanks for this. i actually knew this but i'm trying another way to refresh pages. you can find out what it is half way through my blog post. (shamless plug):

koyourjob
:: 10 :: Reply #106495 Reply By baguspewe On Wed Jun 17, 2009 6:25 am
baguspewe:
thanks for your sample code..!