5 Sep
2001
5 Sep
'01
11:54 a.m.
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