Re: fake button run a view and come back to the same page.

2015-03-12 Thread felix
El 10/03/15 13:11, dk escribió: I been trying to find information on how to make a button to run a python script in the back. I do have a table with some buttons, and I want to click in one, and behind doors, will run a python script. since I don't know to much javascript or flask, or php I d

Re: fake button run a view and come back to the same page.

2015-03-10 Thread felix
El 10/03/15 15:46, dk escribió: UHH redirect sounds easy.. yami yami. Felix how does the ajax works? I am assuming is a library of javascripts? and ajax can lunch the python code? ajax = Asynchronous Javascript And XML It means you can update part of a page without reloading th

Re: fake button run a view and come back to the same page.

2015-03-10 Thread dk
UHH redirect sounds easy.. yami yami. Felix how does the ajax works? I am assuming is a library of javascripts? and ajax can lunch the python code? On Tuesday, March 10, 2015 at 1:48:56 PM UTC-5, Daniel Roseman wrote: > On Tuesday, 10 March 2015 17:11:16 UTC, dk wrote: >> >> I be

Re: fake button run a view and come back to the same page.

2015-03-10 Thread Daniel Roseman
On Tuesday, 10 March 2015 17:11:16 UTC, dk wrote: > > I been trying to find information on how to make a button to run a python > script in the back. > I do have a table with some buttons, and I want to click in one, and > behind doors, will run a python script. > > since I don't know to much ja