I am trying to open a popup window from another popup window using window.open method but it is simply opening the second popup in the previous popup window.
Code I am currently using:
win= window.open(Window,"child","top=250,left=310,Width=300,Height=150,Location=no,Scrollbars=no") win.focus();