Hi Mark, Basically, all you needs is the CGI module to handle requests from clients, print some xml or html in response, then handle them back in your client code (javascript).
With these simple principles I made a small web apps to watch Apache Logs, see: https://live.dbzteam.com/ If you want to read a comprehensible example or use a simple module, look at the sajax module http://www.modernmethod.com/sajax/ Cheers, Sébastien Martini -- http://mail.python.org/mailman/listinfo/python-list