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
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.
>
>
>
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