Closed Thread Icon

Topic awaiting preservation: Close popup window on Logout (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8575" title="Pages that link to Topic awaiting preservation: Close popup window on Logout (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Close popup window on Logout <span class="small">(Page 1 of 1)</span>\

 
KCoder
Obsessive-Compulsive (I) Inmate

From: Clifton Park, NY, USA
Insane since: Mar 2003

posted posted 03-17-2003 23:41

I have this application where i can open pop-up windows all through the application. When i logout of the app, it should close all the pop up windows that have been opened.
The script I have closed the pop-ups if i logout from the page I opened the pop-up but not from anyother page.

function exportReportWindow(linkText){
top.report_win = window.open(linkText,"reportExportWin","screenY=0,screenX=0,scrollbars=1,resizable=1,width=640,height=480,status=0,location=0,toolbar=1,menubar=1");
if (!top.report_win.opener) {
top.report_win.opener = self;
}
top.report_win.opener.close();
top.report_win.focus();
}

function close_child_windows() {
if (top.report_win && !top.report_win.closed)
top.report_win.close();
}

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 03-18-2003 15:01

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

« BackwardsOnwards »

Show Forum Drop Down Menu