> I am guessing you mean a Python variable Right
> so maybe:
> _onmouseover="displayText('info', {{=watchers[check_date]}} )",
But I´m building the table in the controller so I guess I can´t use
{{= }} ?
Kenneth
It is the watchers[check_date] that holds the text that should be sent to the javascript but nothing is sent. I have verified that the variable contains text and if I define _onmouseover="displayText('info', 'test_text')", it works. Kenneth

