[Zope] Remote scripting?

René Olsthoorn rol@mediasys.nl
Tue, 14 Aug 2001 11:43:49 +0200


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C124A5.9E81B930
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,

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?

Cheers,
Ren=E9 Olsthoorn,
Mediasystemen,
The Netherlands.


------_=_NextPart_001_01C124A5.9E81B930
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Remote scripting?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Arial">Hello,</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Remote Scripting means: calling =
server-side code from a client-side script without causing the active =
page to be reloaded.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">(for more information see <A =
HREF=3D"http://www.ashleyit.com/rs/" =
TARGET=3D"_blank">http://www.ashleyit.com/rs/</A>)</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">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.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">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).</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Has anyone done such a thing with =
Zope, in stead of a java-servlet?</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Cheers,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Ren=E9 Olsthoorn,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Mediasystemen,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">The Netherlands.</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C124A5.9E81B930--