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