Re: [Zope] newbie changingover to zope from html/cgi??

2000-06-18 Thread Cary O'Brien
> 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 o

Re: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread George Donnelly
you do need zope to be installed on your isp (webhost). not all hosts will allow it though. you should ask whether they have any policy about long-running processes. in order to install you need to download the appropriate version of zope, ftp it into the appropriate place and then unpack it and

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Richard Folwell
> 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. Sorry, I just re-read my posting and realized that I had not been clear on this point. Your client-side scripting (javascri

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Stephan Richter
At 12:12 AM 6/18/00 +0530, you wrote: >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. Javascript is client based, whereby Zope handles only server-side activities similar to C

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Rajil Saraswat
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. Is there some book released on zope/DTML for reference. Does this mean a complete rewrite of the code is required of all the javasc

RE: [Zope] newbie changingover to zope from html/cgi??

2000-06-17 Thread Richard Folwell
Hi Rajil, > I want to transfer a whole website containg javascript/html/cgi on > zope. how do i do it. is it possible. You would have to re-write the scripts, using DTML/Python as appropriate. The HTML remains the same. > Do i need to have zope on the ISP for my zope website to run. Yes.