On 5 June 2012 16:07, Anthony <[email protected]> wrote: > If you want to redirect the whole page via an Ajax call, you have to do > the redirect on the client side via Javascript: > > window.location = '/your/url' > > (Actually, I think you can drop the "window", as it is implied.) > > So, instead of redirecting on the server, your Ajax call should return a > response that triggers a client-side redirect. > > That makes a lot of sense. Thanks again!
Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)

