On Thu, 2009-10-22 at 10:44 +0200, Ahmed Barakat wrote:
> Hi guys,
> 
> I am new to python and wed-development, I managed to have some nice
> example running up till now.
> I am playing with google app engine, I have this situation:
> 
> I have a text box in an html page, I want to get the value in it and
> pass it to the python script to process it
> I can pass values from python to html, but the other way I don't know
> how to do that.
> 

You need a web server: something that speaks the HTTP protocol.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to