Web Collaboration

Paul Rubin phr-n2001d at nightsong.com
Mon Dec 24 03:49:54 EST 2001


You may get more flexibility having a little client side application
that navigates the users' browser on command.  Under Windows you'd
probably use the MSIE Automation interface (IWebBrowser2 COM object)
for that.  With Linux browsers there's probably something comparable.
The client side navigating app could itself be a little http listener,
using the python library class for that.



More information about the Python-list mailing list