"sn0wdon" Wrote > ... > > But I'm still interested in learning how the parent page javascript > can target SVG objects directly through the DOM syntax (without > using intermediary javascript as in this workaround).
I don't know of another way. Actually, this is can be an advantage when you are looking for a nice method to segment you code into objects. I've been using zero-sized iframes as javascript objects; they also work dandy for debugging. I also swap out svg, using a single embed and a 'container' svg document in the parent. I write from XML files into the container. Francis ----- 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/

