[Zope] Java Scripts
Dieter Maurer
dieter@handshake.de
Wed, 20 Feb 2002 00:24:32 +0100
Pax writes:
> I have an existing website that I am trying to test using Zope. However,
> I have a lot of java scripts for forms validations , rollover buttons,
> etc.. I am just curious how should I transfer them to Zope?
Not at all:
Usually JavaScript is executed in the browser while Zope is
running on the server.
Client side JavaScript can be uses unchanged when you use
Zope on the server.
> Are there any examples besides tutorial of zope based websites?
Your own privat Zope installation, the various sites on "zope.org",
the example in the Zope Book, to name just a few...
Dieter