- <JSFunction><![CDATA[MyFunction('Mask')]]></JSFunction>
Please note: If you set the token :afterclick: in front of the function name, the JavaScript function will be called up after(!) all effects (see helpfile) have been carried out.
Example: <JSFunction><![CDATA[:afterclick:MyFunction('Mask')]]></JSFunction>
<script type="text/javascript">
function MyFunction(p1){
alert("You have clicked on image: " + p1);
}
</script>