Open a popup window on top of a popup window in ASP.NET
Posted
by demogeek
on Stack Overflow
See other posts from Stack Overflow
or by demogeek
Published on 2010-05-07T13:24:59Z
Indexed on
2010/05/07
13:28 UTC
Read the original article
Hit count: 582
I have a scenario where I have a popup window open and that will have links to open up another window that's going to pop open on top of the already open popup window. I've tried all sort of tricks (javascript window.open, target="_blank" etc.) but nothing seem to work. It always was opening the page on the already opened popup window.
Any suggestions? Appreciated your help.
© Stack Overflow or respective owner