File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Pop up window issue 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 "Pop up window issue" Watch "Pop up window issue" New topic
Author

Pop up window issue

Bhoomika Bathla
Ranch Hand

Joined: Nov 28, 2009
Posts: 39
Hi All

Can i open a pop up window from a pop up window and when i close the second pop up window it should return to the first pop up window?

Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56197
    
  13

There really isn't any concept of a "return" between windows. You could try to fool around with focus(), but you may not get the results you are seeking.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Sai Hegde
security forum advocate
Ranch Hand

Joined: Oct 26, 2010
Posts: 183

You can do that... As Bear mentioned that there is nothing like a return between windows but I am sure the requirement you state can be achieved.
Can you elaborate on the problem statement?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Pop up window issue
 
Similar Threads
Hide Standart Buttons in Taskbar
Popup window jsp page
Reloading a parent window 1 after submit from window 2
javascript:window.close() not working in firefox
setInterval Overhead