View Full Version : Auto refreshing
ZeroInfinity
June 4th, 2001, 20:44
Hi, I'm wondering how I do an auto-refresh that will take me down to the bottom of a page automatically (such as HTML chat). So far I just know how to use META tags to do an auto refresh that takes me back to the top.
Any help is appreciated.
Thanks in advance
bigperm
June 4th, 2001, 21:07
Maybe have an anchor at the bottom of the page, and link to that.
ashben
June 5th, 2001, 06:19
1. Define/name a HTML bookmark on the page where your wish to have the scope on a refresh:
<a name="test"></a>
2. Insert the following Meta tag between the Head tags and customize the parameters as per your need:
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=page.htm#test">
Simple as that!
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.