Hi,
I'm trying to pass some actinic variable into a javascript function, on an onmouse command
This is in the CSS Section Link Layout.
But it just seems to display the variables on the page, rather than just pass them to the function.
Can anyone help me ?
Thanks.
I'm trying to pass some actinic variable into a javascript function, on an onmouse command
Code:
onmouseover='javascript: SetBigProduct(<actinic:variable name="ListIndex" />,name,<actinic:variable encoding="perl" name="ProductDescription" selectable="false" />,<actinic:variable name="SectionURL" />);'
But it just seems to display the variables on the page, rather than just pass them to the function.
Can anyone help me ?
Thanks.
Comment