From the article: Meta Refresh Tag
Meta refresh tags are most often used for redirecting readers to other pages, but they can be used to play games and just reload a current page. Find out how other Web designers are using the meta refresh tag, and get ideas for your own sites. Share Your Ideas
j9FZnX
- j9FZnX psdtqjernljj , [url=http://ywvezcybgujn.com/]ywvezcybgujn[/url], [link=http://khdkfqtvbeug.com/]khdkfqtvbeug[/link], http://mvhlbtdbodgo.com/
- —Guest http://wxblishnbhqv.com/
certain pages
- I use it mostly on access denied or login error pages and send them back to index page
- —Guest Falheim
No JavaScript
- It is also useful to redirect a user if they have JavaScript disabled
- —Guest Petah
Can have problem if server goes down
- I use this to keep a server status window refreshed. But this server is not an HA (High Availability) or part of a server pool, so sometimes it has to be rebooted. The problem is the page will then show a 404 error or the like, and will NOT auto refresh when the server becomes available again. This requires manual intervention (hit F5) to fix. Not a problem in most cases but can be an issue if your dependent on that status screen refreshing at a remote location.
- —Guest cosmo
Unique Use of META tag
- If I want music to play in the background, even if the viewer clicks on a link on the page, I create an index.html file that contains this: Frame ALERT! This document is designed to be viewed using Netscape or Internet Explorer Frames feature. If you are seeing this message, you are using a frame challenged browser. where my song plays in the 'coloradoL.html' file and my main content is in the 'coloradoR.html' file. When the 1st song ends, the META tag calls on 'colordaoL2.html', which plays a new song. I can play as many songs as I want this way. EXAMPLE: http://www.billwilliams.org/colorado.html
- —B.Williams
Thank you page
- I use the redirect on a "Thank You" page that I present to users after they fill in a form. The redirect shows the Thank You page for apx 10 seconds then goes back to home page
- —Guest George
Yes
- Some places where I blog have incredibly long urls... If I create a page on my site that redirects to the post, I can provide a short url that isn't going to expire as some of those short url sites do. I have webspace that doesn't allow 301 redirects, or 404 Error Pages which is a drag, but it's free. So I use meta refresh with javascript location.replace and also the page moved with link to next page for those computers that the first two methods didn't work for.
- —Guest stone
Like 'em!
- I use a meta refresh tag to load a fresh page every time someone hits it. It saves a LOT of frustration! I don't have to explain a hundred times a day to "press F5 on your keyboard and you will see the changes I made...".
- —Guest Wendy Skains
META Refresh
- I use the META Refresh tag to play a series of songs in the background on a page. I set the refresh time to a few seconds longer than the current song and works beautifully.
- —B.Williams
like it!
- Especially the redirect to another page one! my website is: http://www.kcmartz.com the redirecting page is: http://forum.kcmartz.com => http://www.kcmartz.com
- —Guest kcmartz
I don't use it any more
- I used to use it to redirect pages, but 301 redirects are handled by search engines better, so I don't use meta refresh any more. I have also used it to refresh a page that had a random photo. I didn't want to use JavaScript to reload the photo, so I just refreshed the page every 30 seconds or so.
- —webdesign

