http://qs321.pair.com?node_id=24905


in reply to How can I selectively refresh part of a page?

If the "part of the page" which needs to be updated can actually be a separate page embedded within the larger page, use an IFRAME. Its source (URL) can then be a server-side component producing the dynamic content, with a REFRESH set to your desired interval.

Alternatively...
There's multipart/x-mixed-replace. Here is some pretty good background and tutorial: server push with javascript Also read about COMET.

  • Comment on Re: How can I selectively refresh part of a page?