call a server side python script from javascript
Posted
by alex
on Stack Overflow
See other posts from Stack Overflow
or by alex
Published on 2010-04-07T11:07:56Z
Indexed on
2010/04/07
11:23 UTC
Read the original article
Hit count: 245
JavaScript
|python
how to call a server side python script from javascript. if test.py is the python script file in server, and if the parameter to be passed to python is another url , then how this can be executed from javascript, how the return string from python script is obtained to the javascript.
© Stack Overflow or respective owner