[Zope] How to reload two frames?
Dieter Maurer
dieter@handshake.de
Wed, 31 Jul 2002 22:44:43 +0200
myzope@softhome.net writes:
> I have a site with two frames (there is a reason for the use of
> frames). One frame shows an image of a newspaper page belonging to a
> certain date. The upper frame is a navigation bar. It can point the
> other frame to a different image (First page, Back, Forward, Last
> page) or to a different date (Previous, Next and free). The navigation
> frame can send the appropriate image to the image frame, but since the
> value of the variables (date, page) will then have changed, the
> navigation frame needs to reload too with the new values. Can anybody
> point to a way to get this done (without Javascript)?
Either you use Javascript or you must reload the complete frameset.
> BTW does anybody know how to implement an HTML <target="framename"> into
> a <dtml-call "RESPONSE.redirect(foo)">?
This is not possible.
Dieter