How to send a query to the browser from time to time?

Mike Meyer mwm at mired.org
Tue Jul 19 23:26:13 EDT 2005


"Simon Dahlbacka" <simon.dahlbacka at gmail.com> writes:

> Short answer: Not using HTTP.
>
> However, you can use something like AJAX to just load new data from
> time to time and not the entire page.

AJAX is overkill for this. If you just want to automatically refresh
the page automatically, you can use a meta refresh tag.

    <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list