I have a web form.I am forcing a pop up from this parent form.Now I need to force a pop up from the previous pop up window.
I used window.open() to force a pop up from the parent window.Now when I use window .open() in the popup window to force another pop up from the present pop up window,what happens is that,instead of a new popup window appearing the required page is loaded in the existing pop up window.
an any one help me to solve this?
I used window.open() to force a pop up from the parent window.Now when I use window .open() in the popup window to force another pop up from the present pop up window,what happens is that,instead of a new popup window appearing the required page is loaded in the existing pop up window.
an any one help me to solve this?
Comment