Hi.
Is possible close a child window?
I do on a button click: window.open('page.aspx',......
and then I want to close her, from the opener window.
Albano Alves
AA> Is possible close a child window?
AA>
AA> I do on a button click: window.open('page.aspx',...... and then I
AFAIR, window.open returns you the child window object that has a "close"
method. Store&use.
AA> want to close her, from the opener window.
Uh, that's for a male window, not sure if it works for a female window …
they come so naughty sometimes :)
(H) Serge