REFRESH CODE


This is the code that automatically brought you back to my index page after the mouseover code took you off that page. This code has a timer on it. You will see the number 10 in this code. This is 10 seconds. You can increase this number or decrease this number if you wish. Whatever page you put this code on, the code must go directly beneath the title of that page. You will see index .html in this code. That is the page the code sent you back to. You can change this to send people to any page on your sight, or anywhere else on the internet that you would like to send them. Just remember, if you send them off your site, you have no way to bring them back... This code was placed below the title of my resist.html page. You will put it below the title of whatever page you use it on. NOTE... if you clicked on the page 2 link on our sample page, this code is also what took you back to my index page.

<title>resist.html</title>

<meta http-equiv="REFRESH" content="10; URL=index.html">


BACK