(This is a repetition of an old question: https://groups.google.com/d/topic/web2py/P3QdabVxGiE/discussion)
Basically, I have a view with a LOAD. When the form is submitted, I want the browser to be redirected to another page. But since the redirection happens within the LOAD, the new page is displayed inside the original layout, instead of the browser fetching the complete new page. How can I completely redirect within a LOAD? Thanks Daniel --

