Re: How to send a query to the browser from time to time?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

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

From: Mike Meyer <mwm@mired.org>
Date: Wed Jul 20 2005 - 05:26:13 CEST

"Simon Dahlbacka" <simon.dahlbacka@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@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Received on Thu Sep 29 17:02:02 2005