Adding the attribute

target="_top"

to your URL will load the URL in the main browser window rather than a frame. 
E.g.

<a href="controller/action" target="_top">Load result in top window</a>

Best,
J.


On Jan 21, 2013, at 7:24 AM, Paul Boddie wrote:

> Hello,
> 
> Is there a convenient recipe for redirecting to a URL and breaking the 
> frameset? I have been trying to use trans.response.send_redirect with a 
> variety of URLs, either something as simple as url_for("/") or as complicated 
> as a url_for invocation with lots of arguments, but the resulting content 
> produced for the centre frame is always confined to the centre frame and 
> always includes the top navigation bar.
> 
> I suppose an alternative query would concern whether it is possible to 
> disable the navigation bar when redirecting within the centre frame, but I 
> actually want to update the user information in the navigation bar.
> 
> Paul
> ___________________________________________________________
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
> 
> http://lists.bx.psu.edu/


___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to