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 maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to