[Zope] Zope & Frames

Eron Lloyd woodsage@op.net
Sun, 02 Apr 2000 15:21:04 -0400


Is there a DTML way to programatically insert documents into the
different frames of a frameset? Say I had a three paned frameset
(header, menu, content) and I wanted documents in the content frame to
be able to open up to the full browser window (i.e. <a href="<dtml-var
id>" target="_parent">fullscreen</a>). I would also like to have a link
in each document that would put the document BACK in it's previous
frame. Is there a magical way this can be done? Or am I missing
something VERY obvious?

Much appreciated,

Eron