[Zope-CMF] Thanks and another question...
Raphael Ritz
r.ritz@biologie.hu-berlin.de
Thu, 20 Mar 2003 17:20:25 +0100
Braun Brelin wrote:
>First I want to thank all of the people who responded
>to my saving state question with Zope. Those answers
>were extremely helpful.
>
>Now I have one more question. I want to integrate TAL
>and JavaScript. I want, for instance to be able to
>define a variable using TAL (tal:define="foo bar")
>and use variable foo in a JavaScript statement.
>like document.write("foo = " + foo)
>
>I've looked for examples, but the only one I've found,
>in the Zope Cookbook, doesn't seem to work correctly.
>
Plone uses JavaScript for popup help messages in their forms.
Maybe this could serve as working example.
Raphael