[Zope] How to reload two frames?
Dieter Maurer
dieter@handshake.de
Thu, 1 Aug 2002 22:00:12 +0200
myzope@softhome.net writes:
> >>[How to let a frame reload both another frame and itself with new values]
> > Either you use Javascript or you must reload the complete frameset.
>
> Ah. And would you say that the following from
> http://zope.nipltd.com/public/lists/zope-archive.nsf/ByKey/3AB4B23B4DF7606E
> applies (except that the session product is incorporated in Zope 2.5.x)?
>
>
> You have two options:
>
> * a session product (there are some around on zope.org)
> it allows you to save information across web requests
>
> * passing the additional information through a query string
> key=value pair (do not forget to "url_quote_plus")
I am not sure whether it applies to your case but at least,
it is correct.
> > XXX - If this method is called from the top level FrameSet method,
> > how to I access dir and file from the original request?
> see above.
Yes, the above provide some options.
Dieter