So it should be so? Please correct me if I'm wrong: parent = window.open(child);
then in child window parent.function(); ??? If so, how can I pass the parent id to new window? Cheers Radek On Feb 17, 5:47 pm, Hernando Gisinger <hgisin...@gmail.com> wrote: > The *opener* property returns a reference to the window that created the > window. > > 2009/2/17 r1u0...@gmail.com <r1u0...@gmail.com> > > > > > And how can I determinate name opening window? > > > On Feb 17, 3:53 pm, Hernando Gisinger <hgisin...@gmail.com> wrote: > > > opener.function_name(); > > > > cheers > > > > 2009/2/17 r1u0...@gmail.com <r1u0...@gmail.com> > > > > > Hi, > > > > > I've got question. > > > > I'm opening a new javascript window after clicking on button. On > > > > parent page I've got some jquery stuff. Is it possible to execute some > > > > function on parent site when new window was closed or by clicking the > > > > button in new window? > > > > > Cheers > > > > Radek