You cannot send POST vars. You can send GET vars. You can store vars in session and then access them from another page (if they are in the same app). You can return a page with form and then submit that form with javascript (document.form.submit())
Marin On Fri, Sep 7, 2012 at 12:56 PM, Pradeeshnarayan <[email protected]>wrote: > In my web2py application after a form submit, I want to redirect to > another page with some POST variables. I couldn't find any option to set > then method. > > My main idea is to avoid those values from users. > > I would greatly appreciate any suggestions. > > -- > > > > --

