Re: [0T] Re: Simple python + html + from --> to python script

2006-10-25 Thread Bruno Desthuilliers
Bruno Desthuilliers wrote: (snip) > (snip) > Also, the "button" tag doesn't require a end tag. oops ! Sorry, your syntax was ok - button elements actually requires the end tag. my bad :( -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMA

Re: [0T] Re: Simple python + html + from --> to python script

2006-10-24 Thread Steve Holden
Bruno Desthuilliers wrote: > flit a écrit : > >>Hello All, >> >>I am trying to get information from a form and send it to a python >>script without success.. >>Here is my objective: >> >>User enters data in form --> form send variables to python script --> >>script runs and output result. > > >

[0T] Re: Simple python + html + from --> to python script

2006-10-24 Thread Bruno Desthuilliers
flit a écrit : > Hello All, > > I am trying to get information from a form and send it to a python > script without success.. > Here is my objective: > > User enters data in form --> form send variables to python script --> > script runs and output result. If the script has side-effects (adding