Closing all Windows......
twardApr 28 2011 — edited May 4 2011Want 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?