On Sun, Jan 22, 2012 at 3:36 PM, Tim Roberts <t...@probo.com> wrote: > It seems what you're after is AJAX. If you are using a Javascript > framework like jQuery, it's easy to fire off an asynchronous request back > to your server that leaves the existing page alone.
If you aren't using a framework, look up the XMLHttpRequest object - that's what does the work. As Tim says, there's no lack of good material on the subject. ChrisA -- http://mail.python.org/mailman/listinfo/python-list