When loading the 2nd window alert(window.property) shows nothing. The problem could be that i don't embed the svg docs in HTML docs?
--- In [email protected], "Jeff Schiller" <[EMAIL PROTECTED]> wrote: > > From the second window, use the window.opener property to get a link > back to the opening window. Thus a reference to the opening document > from second.svg should be: > > window.opener.document > > Regards, > Jeff > > --- In [email protected], "chmavrog" <chmavrog@> wrote: > > > > Hi all, > > > > From a click in an svg file, i open another svg file in a new window > > using > > open("second.svg"); > > My second svg file has various options. Each option has to > > append a > > different svg element to the first svg file. > > My problem is, how do i make the javascript of the second > > file, append > > the svg to the DOM of the first. I am unabale to pass the first file's > > SVGDoc > > element to the second. Is there anyway to pass from open().Cause that > > is the only way i link between the two files. > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

