Discussion:
access is denied when accessing SVG DOM in frame
(too old to reply)
S***@adobeforums.com
2006-11-15 12:26:39 UTC
Permalink
Hi,

I'm working creating a webpage with a SVG picture in it and an HTML form that will change that picture through the DOM.

I thought it would be possible to use an iframe for this but IE gives an access denied error when trying to access the DOM if there is an SVG in the iframe. If there is an HTML file it does work.

I have made an example on <http://www.steja.eu/IE_example/>, I hope that someone can give me a hint on what to do to get this going.

Thanks in advance,

Steffan Jacobs.
s***@adobeforums.com
2006-12-18 14:49:29 UTC
Permalink
Hi
try oDoc = oDoc.document.embeds[0].getSVGDocument();
Update KB925454 for IE must not be installed.
Regards serguei_
G***@adobeforums.com
2006-12-19 22:34:54 UTC
Permalink
I also experienced similar problems after I installed KB925454 for IE. Does anyone know of a fix or workaround?

Glenn

Loading...