Hi everyone,
I have built a page that monitors a number of other Programmes.
My problem is that I want to create a logout Button on all the windows.
I tried to put on each window a onUnLoad="window.opener.close();" and then only somehow close the last window. This does somehow not work properly. I think it is because two or more windows where opened from the same script (name).
Is it possible to close a window that has nothing to do with the current Window.
Can somebody give me a tip how to solve this problem.
I have built a page that monitors a number of other Programmes.
My problem is that I want to create a logout Button on all the windows.
I tried to put on each window a onUnLoad="window.opener.close();" and then only somehow close the last window. This does somehow not work properly. I think it is because two or more windows where opened from the same script (name).
Is it possible to close a window that has nothing to do with the current Window.
Can somebody give me a tip how to solve this problem.