24 May
2001
24 May
'01
12:05 a.m.
On Wednesday 23 May 2001 23:48, Oleg Broytmann wrote:
On Wed, 23 May 2001, Bobby Mathew wrote:
great if a web server would include triggers internally like - page closed
What do you mean? How server can know about it at all? This is done on client side, and client doesn't notify server about it. It seems you completely messed client-side and server-side things. On the client side you can use JavaScript. There are triggers onLoad, onUnload, etc.
These guys have done something along the lines of building web apps along an event model: http://openthought.net/ It looks as though the communications components could be integrated with Zope to do the same thing; it's probably just a matter of using the ParsedXML product, as well. John.