紧急求助:如何调出已打开的页面(窗口)?
第一次打开时(注:是指明了窗口名称):
ScriptManager.RegisterStartupScript(UpdatePanel1, UpdatePanel1.GetType(), "", "open('test.aspx','testname','status=yes,scrollbars=yes,top=100,left=100,width=400,height=300');", true);
当这个打开的窗口被最小化,或被推到底层时,如何再把它显示到最前位置??