| If it's auto-refreshing, it's doing it one of two ways - either using a meta refresh tag, in which case it'll refresh indefinitely and in the background, or via AJAX, which will often be set to respond to some page event (for instance, mousing over the main container DIV of the page) - this is how Facebook does it and is the more bandwidth-friendly solution, since the page is only getting refreshed when it is in focus. |