| 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
|
|
|
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?
|
 |
 |
|
|
subject: Pop up window issue
|
|
|