Re: [Zope] newbie changingover to zope from html/cgi??
18 Jun
2000
18 Jun
'00
2:04 p.m.
can i replace javascript with python/DTML. I have used drop down menus in the pages using javascript. Is these available in Zope or is there some way of using these.
I'd keep the drop-down menus in javascript. You can do similar things in zope (i.e. the tree tag or the tab bar at the top of the management interface), but then every change is a fetch back to the web server. If you keep the javascript then it all happens at the client. If you want you can generate the javascript with dhtml. That way the contents of the menus can follow your site. You'd have to set the comtent type so that the browser thinks it is javascript. (hmm, how is javascript cached??) -- cary [snip]
9424
Age (days ago)
9424
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cary O'Brien