[Zope] RESPONSE.redirect + TARGET

Thomas B. Passin tpassin@mitretek.org
Tue, 3 Apr 2001 10:58:43 -0400


Chris Withers asked -

> Diego Rodrigo Neufert wrote:
> > 
> > There's a way to do a RESPONSE.redirect specifying a target=TOP?
> 
> How would you build that into an anchor on a page?
> 
Add a "target" attribute to the anchor:

<a href-'....' target='TOP">....</a>

No redirect needed.  Similarly for forms.

Cheers,

Tom P