|
I want to close the window in the modal window before opening another window:
Response.Write ("<script> window.returnValue = 1; alert (\" Success!\"); 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> ");
As a result, it just closed without opening another window. How to change it? |
|