I have a fully-functional (in IE 5x) frameset that uses javascript with rollovers, etc., and want to use it in Zope. Anything special I need to do or know about? I'm brand new at zope... (ok one or two weeks old) but I'm not a programmer, so be gentle :-) thanks CD
On Wed, Sep 05, 2001 at 07:03:16PM +1000, David wrote:
I have a fully-functional (in IE 5x) frameset that uses javascript with rollovers, etc., and want to use it in Zope. Anything special I need to do or know about?
Nothing special. Zope is server-side platform, Javascript is clietn-side langauage. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
Javascript seems to be more or less working, just need to get the frameset working.... thanks CD ----- Original Message ----- From: "Oleg Broytmann" <phd@phd.pp.ru> To: <zope@zope.org> Sent: Wednesday, September 05, 2001 7:18 PM Subject: Re: [Zope] using frames and javascript
On Wed, Sep 05, 2001 at 07:03:16PM +1000, David wrote:
I have a fully-functional (in IE 5x) frameset that uses javascript with rollovers, etc., and want to use it in Zope. Anything special I need to do or know about?
Nothing special. Zope is server-side platform, Javascript is clietn-side langauage.
Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
_______________________________________________ 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 )
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
participants (4)
-
Cucciolo -
David -
Jim Washington -
Oleg Broytmann