This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes closing chain of popups at a time in javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "closing chain of popups at a time in javascript" Watch "closing chain of popups at a time in javascript" New topic
Author

closing chain of popups at a time in javascript

Prathyusha Reddy
Ranch Hand

Joined: Jan 20, 2010
Posts: 31
I have gave the applicaiton to time out the session in one minute but the problem is if i open 5 to 6 popups and in the recently opened window if the session timeouts it closes only the current window but not all hte parent windows. could you please give me any suggestion on it to close all the windows at a time using javascript.
Is there any function for this issue to resolve .
Thanks in advance..
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Check out this blog post of mine a long time ago: http://radio.javaranch.com/pascarello/2005/01/19.html

Eric
Prathyusha Reddy
Ranch Hand

Joined: Jan 20, 2010
Posts: 31
Thanks for your reply..but i dont have in all the pages these popups. some are common files.so i want to know whether coming object is modal dialog or not any funciton for this ..thank you
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
I have no idea what you are talking about.

You need a way to track the windows that are open.

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: closing chain of popups at a time in javascript
 
Similar Threads
Need a opensource Automation Testing Tool
Servlet Session
Closing windows in JavaScript
HttpSession issue with Popups
How do you tell how many popups you have open ?