Hi, I'm new here but I'm using framesets myself and this one is working. This frameset, menu_html and homepage_html are all dtml-methods and in the same folder. Hope this will help you, Diny <html> <head> <title><dtml-var title></title> </head> <FRAMESET cols="200, *" framespacing="0" frameborder="no" border="0"> <FRAME src="menu_html" framespacing="0" frameborder="no" border="0" name="menu" scrolling="no" noresize resize="no" marginwidth="0" marginheight="0"> <FRAME src="homepage_html" framespacing="0" frameborder="no" border="0" name="main" scrolling="auto" noresize resize="no" marginwidth="0" marginheight="0"> <NOFRAMES> <dtml-var standard_html_header> <dtml-var homepage_html> <dtml-var standard_html_footer> </NOFRAMES> </FRAMESET> At 19:51 15-6-00 -0700, Wayne Izatt wrote:
Maybe I'm going crazy, but I can't seem to get my FRAMESET to render. If I understand things correctly, the SRC of the html is the same as the ID. Or am I wrong? Should I completely qualify the SRC, or will Zope take care of this for me?...
ciao
_______________________________________________ Zope maillist - Zope@zope.org 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 )