|
HTML Home
Create a Website HTML TutorialHTML Tutorial HomeAbout HTML Getting Started HTML Elements HTML Formatting HTML Attributes HTML Colors HTML Links HTML Images HTML Meta Tags HTML Comments HTML Forms HTML Tables HTML Image Maps HTML Frames HTML Entities HTML Layouts HTML Styles HTML Scripts HTML Website Templates Website Hosting Summary HTML Code GeneratorsHTML Code GeneratorHTML Table Generator Marquee Generator Music Code Generator HTML Text Generator Text Box Generator Free HTML CodesHTML Background CodeHTML Comment Box Codes HTML Scroll Box Codes HTML Font Codes HTML Picture Codes HTML Marquee Code HTML Music Codes More Codes... HTML ReferenceHTML ExamplesComplete HTML Tag List HTML Special Characters Hex Color Codes HTML Help Got a MySpace Page?Get "www.yourname.com" for your MySpace page. Learn how >>. |
Meta RefreshThe 'meta refresh' tag allows you to automatically reload the current page after a set time period. Actually, it's just the 'meta' tag. The 'refresh' bit is simply the value you give to the 'http-equiv' attribute. Anyway, here's how you refresh the page using HTML. Refresh the Current PageThis code refreshes the current page after 5 seconds:
<meta http-equiv="refresh" content="5"/>
Redirect to Another PageYou can also redirect the user to another page if you wish. This example redirects to another page immediately. By setting a low time interval (i.e. "0"), the page will refresh/redirect almost as soon as the user arrives.
<meta http-equiv="refresh" content="0;url=http://www.natural-environment.com/"/>
Note that the W3C don't recommend using this method for redirections. This is because, behind the scenes, no information is provided to the browser (or search engine) about the original page or destination page. It's better to use a server-side redirection (directly via the web server) or using server-side code. Here's an example of using ColdFusion to do a URL redirection. JavaScript RefreshThe meta tag isn't the only way you can do a client-side refresh. You can also use JavaScript to refresh the page. Enjoy this website?
Oh, and thank you for supporting Quackit! |
FREE Hosting!With every domain name you register with ZappyHost, you get FREE (ad supported) hosting.PLUS you get:
Featured Template:
(Build your websites in minutes!) |