Vectorials
Flash Perfection
3D Lessons
Tutorialkit
Markup Tutorials
Learn PHP
network
adv banner
HTML and CSS  Home HTML and CSS Tutorials Automatic Refresh, Redirrect
rss

Automatic Refresh, Redirrect

Author: Lindsay Coome More by this author


This code automatically refreshes your page as often as you tell it to. Copy the code below and paste it in the <head> section of your page.

<META HTTP-EQUIV=REFRESH CONTENT="SECONDS">

Where is says seconds, change that to the number of seconds before your site is refreshed.

Automatic refresh, redirrect

This code automatically redirects you to another page. Copy the code below and paste it in the <head> section.

<META HTTP-EQUIV="REFRESH" CONTENT="SECONDS;URL=PAGEURL">

Where is says seconds, change that to the number of seconds you want your page to be visible for before it redirects to the specified site. Pageurl should be replaced by the url that you want to be redirected to.



Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "Automatic Refresh, Redirrect"