Hey,
I would like to do something like this in my xslt file
Code:
<div onclick="javascript:manager.prototype.list[{$index}].toggleC();"></div>
Viewing my DOM in IE6, onClick contains
manager.prototype.list[0].toggleC();
But when clicking on the DIV, I get following error :
manager.prototype.list.0 does not exist
What am I doing wrong?
Thanks and kr.