I'll try to use wz_jsgraphics.j s library. Is it possible to associate the instruction "onclick" in the tag div generates to construct the design ? I have tried, works on FireFox but not on IE.
You've not closed the style declaration:
[CODE=javascript](!jg_moz? ';overflow:hidd en' : '')+
';" onclick=...[/CODE]Notice the double quote before onclick.
You've not closed the style declaration:
[CODE=javascript](!jg_moz? ';overflow:hidd en' : '')+
';" onclick=...[/CODE]Notice the double quote before onclick.
Comment