Hi Phoboss,

web2py uses the jQuery.ajax API which has a parameter named async for
that.

Try changing your app's web2py_ajax.html file where the jQuery.ajax
calls are made and specify async : false .

Denes

On Jan 27, 3:53 am, Phoboss <spartia...@gmail.com> wrote:
> Hi Experts,
>
> how can I turn off asynchron AJAX in web2py?
> It sounds strange but I need it synchronous!
>
> BTW, I implemented this 
> example:http://www.web2py.com/book/default/chapter/10#Ajax-Form-Submission
>
> Thank you so much!
>
> Best Regards
>
> Phoboss

Reply via email to