--- In [email protected], "Francis Hemsher" <[EMAIL PROTECTED]> wrote: > Try using just the embed. You can access it by: > docSVG=document.embeds["svgimage"].getSVGDocument(); > > Comeback if you get stuck;) > Francis
thanks .. but I already have the "non-iframe" working fine .. with embed .. no problems there. I must use an iframe to allow me to dynamically change SVG content in the iframe .. i.e. to load different SVG files into iframe .. so I return to my original question .. how to extend the above to access the SVGdocument in iframe is it ..... docSVG=window.parent.frames['svgframe'].embeds ['svgimage].getSVGDocument(); .. or what? thanks. ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

