29 Jul
2001
29 Jul
'01
9:47 p.m.
hi_pranita writes:
I am new to Zope and was keen to know how to add JavaScript in Zope JavaScript does not work inside Zope but in your browser.
You put your JavaScript either in a Zope File object and reference it in your HTML with <script src=... /> or you place it directly in the generated HTML. For the second approach, you can use all Zope facilities for page generation.
Secondly how does one use a .zexp file ?? You import it.
Some zexps can only be imported in the products folder... Dieter