On Feb 19, 8:47 am, "r1u0...@gmail.com" <r1u0...@gmail.com> wrote:
> 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?

You won't need to.

The "opener" object is always accessible from a window opened with
"window.open();".

Regards,
Kim

Reply via email to