Clever idea, but if you have two states:
 1) it succeeds, you redirect to a different page
 2) it fails, you display the form again with error messages

You'll get the form with the errors as the main page and lose the frameset.

Drop your frames! Drop'em all!

-- Yoan

On Wed, Jun 4, 2008 at 11:55 AM, Anand Chitipothu <[EMAIL PROTECTED]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to