[Zope] Remote scripting?

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Tue, 14 Aug 2001 14:13:09 +0400 (MSD)


(Please no HTML posting)

On Tue, 14 Aug 2001, [iso-8859-1] René Olsthoorn wrote:
> Remote Scripting means: calling server-side code from a client-side script
> without causing the active page to be reloaded.
> (for more information see http://www.ashleyit.com/rs/)
>
> The website mentioned above contains an HTML page which contains two
> comboboxes. The choices offered in the second combobox are calculated on the
> server, depending on the choice that the user makes in the first combobox.
> The values of the second combobox are retrieved from the server by
> communicating with a java-servlet, and all this is done without reloading
> the active page. (using DHTML, ofcourse).
>
> Has anyone done such a thing with Zope, in stead of a java-servlet?

   http://openthought.net/

   It is not yet Zope or even Python related, but there are chances it will
be. Python is mentioned on the first page.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.