[Zope] using frames and javascript

Jim Washington jwashin@vt.edu
Wed, 05 Sep 2001 07:54:08 -0400


Cucciolo wrote:

>Javascript seems to be more or less working, just need to get the frameset
>working....
>
If your frameset was working previously, an easy way to make it work is to
duplicate the working filestructure in a zope folder (I guess you have 
already done that) and make a dtml method (or document) called 
index_html with only the statement:

<dtml-var frameset>

where frameset is the filename (zope id) of the frameset html (the file 
with <frameset> tags in it).

If everything was written with relative paths (not starting with a 
slash), it should just work.  Absolute paths will require some editing.  

That's just the beginning, of course.  Good luck,

-- Jim Washington