|
Its actually pretty easy to make this work, kinda like an SQL injection
We can just close the href attribute and add a target attribute. The problem now is that in the gliffy macro you the image map to make the up part of the window name. I don't see any way of getting that information atm. Yeah, I see the problem.
Do you think we could use javascript to create the name? Would something like either of these work: (invoke javascript to create random number between 0-1000000 as target name) OR (invoke javascript to create a map name similar to how we do it in ConfluencePluginDiagramBiz, assuming we can get the attachment name. We should probably produce an exact match of what we do in ConfluencePluginDiagramBiz if we can) Supposedly you can embed javascript in HTML attributes, tho I've never tried it myself: |
||||||||||||||||||||||||||||||||||||||||
<a href="/renderer/notationhelp.action" onClick="window.open('/renderer/notationhelp.action','notation_help','width=780, height=580, resizable, scrollbars'); return false;">Handbuch zur Notation</a>