[Zope] DTML-tree and frames.
Dieter Maurer
dieter@handshake.de
Fri, 23 Mar 2001 20:23:21 +0100 (CET)
Rubinstein Fredrik writes:
> I want to create an website on which I split the screen with a narrow left
> side in which there will
> be an dtml-tree function and a wide right side. When a user clicks on a
> expandeed leave
> on the left side I want to display information on the the wide right side.
Have a look at "App/dtml/menu.dtml"...
The magic is the "target=<framename>" attribute to "<a href...>"...
Dieter