D
dutzend
Hi NG,
I must find the ID of the object-Tag from within the SVG.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try in TEST.SVG for example:
<svg onload="alert(document.parent.id)" ...>
I must get the id "extern1". Can somebody help?
Thx
René Tuchscherer
I must find the ID of the object-Tag from within the SVG.
<object data="test.svg" type="image/svg+xml" id="extern1"></object>
I try in TEST.SVG for example:
<svg onload="alert(document.parent.id)" ...>
I must get the id "extern1". Can somebody help?
Thx
René Tuchscherer