Re: [Zope] Help getting zope to do frames!

2001-01-11 Thread paul_s_johnson
To properly reference your frames by their absolute urls, instead of this: frame name="A" src="dtml-var top" frame name="B" src="dtml-var main" Try this: frame name="A" src="dtml-var "top.absolute_url()"" frame name="B" src="dtml-var "main.absolute_url()"" -PSJ

[Zope] Help getting zope to do frames!

2001-01-11 Thread Scott Chapman
I am trying to get some frames to work where you can load a url and have a frame around it. I created a folder called test. I tried loading http://ipaddress/test and I get a recursion of frames and have to stop it loading. Here's the contents of the test folder. I'm very new to Zope and HTML