9 Aug
2004
9 Aug
'04
8:50 p.m.
It would be most helpful if you: - posted the exact code that is not working (omitting superfluous bits if necessary) - provided a traceback for the error you are experiencing. Otherwise it is doubtful anyone will be able to see the problem. -Casey On Mon, 9 Aug 2004 15:40:56 -0500 "Laura McCord" <Laura.McCord@doucet-austin.com> wrote:
I have <div tal:define="resString python:here.increment()"> and I want the value of resString to be passed through the following code:
<div onClick="expandcontent(resString)".....
and I need to use it here too:
<div id=resString class=....
This is not working. What am I doing wrong?
Thank You.