On Wed, Jun 4, 2008 at 6:23 AM, James <[EMAIL PROTECTED]> wrote: > > I'm using the function call web.seeother() to open a page. When I do > so, the new page is opened in the frame in which the action was > instigated. I have three frames on the page in question, and I would > like the new page to be opened on top of them (as in a link that > specifies target=_top) instead of within one of the frames. How can I > do so?
try specifying target="_top" to the form that you are submitting. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
