Hi there,
I have an application where the user can open a number of child windows
from a a parent window while browsing the site. I want when the user logs
out all the windows opened from there should be closed. I have tried using
window handler to keep a record of the child windows but when I try to pass
these handlers from parent window/file to another file it does not pass the
same.
Can anyone tell me how to pass the references of window handlers from
parent page/window to another using javascript or any other way??
Is there anyway of killing child windows from another window (not parent
window)
ANy help is highly appreciated
Deepak