receive data through a python program from javascript

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Thu Dec 4 08:32:23 EST 2008


gaurav kashyap a écrit :
> Hi all,
> I have a javascript.I want to send some data from this javascript to a
> python program that is on zope on my local system...

google for Ajax.

> What can be the python program

Anything on your zope instance that can handle an HTTP request. From the 
server side POV, how the request is made is mostly (if not totally) 
irrelevant [1].


[1] ok, you may want the request handler to put something specific in 
the response... but that's still HTTP anyway).



More information about the Python-list mailing list