>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" <[EMAIL PROTECTED]> 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 --------------------~--> Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/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/

