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).
-- http://mail.python.org/mailman/listinfo/python-list