Re: svg and javascript embedded in html

Boris Zbarsky <[email protected]> Fri, 04 Sep 2009 08:30:45 -0400
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
uddy wrote:
> document = window.document.svg1.getSVGDocument();
...
> But now I need to use also some of the Variables in the JavaScript
> part of the file. Is it possible to access them form the html(with
> javascript of course)


window.document.svg1.contentWindow.variableName

-Boris