|
我想在模态窗口里先关闭该窗口,再打开另一个窗口:
Response.Write("<script>window.returnValue=1;alert(\"成功!\");window.close();window.showModalDialog('SelMenuFM.aspx?myID="+myID+"&temp=" + DateTime.Now.ToString()+" ' ,'selmenuwin','dialogwidth:450px;dialogheight:300px;edge: Raised; center: Yes; help: No; resizable: No; status: No;');</script>");
结果只关闭,没打开另一个窗口。怎么改呢? |
|