I'm using window.open command in asp.net 2.0 page(with the master page) i have a command like below. it opens the page very short time and page hides itself. How can i make the opening page active on the screen?
ClientScript.RegisterStart
upScript(M
e.GetType(
), "ClientScript", "window.open('test.aspx',n
ull,'heigh
t=600,widt
h=900,left
=100,top=1
00,status=
1,toolbar=
no,menubar
=no,locati
on=1');", True)
Start Free Trial