Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Closing all Windows......

twardApr 28 2011 — edited May 4 2011
Want to close all open windows/tabs when the user clicks logout.... I've almost got it working, but I can only go one child deep.. Does that make sense.

I'm using JavaScript, so every time a window is opened, it is saved in an array so when the LogOut link is pressed, it goes through the loop closing the windows...

Since the Array of Windows is in a .js file, it is included in everypage, this means every page has it's own array of windows..

Is there a way with APEX and Javascript to basically make the Array of Window Objects global?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2011
Added on Apr 28 2011
4 comments
332 views