Remove confirmation msg on window.close
-
I'm using the IE7 browser,I use the window.close to close the browser. Below is my sample code strscript = " { window.opener=top;window.close();}" Me.ClientScript.RegisterStartupScript(Me.GetType(), "closescript", strscript) How can i remove the confirmation message on IE7? Any idea or suggetion Thanks
-
I'm using the IE7 browser,I use the window.close to close the browser. Below is my sample code strscript = " { window.opener=top;window.close();}" Me.ClientScript.RegisterStartupScript(Me.GetType(), "closescript", strscript) How can i remove the confirmation message on IE7? Any idea or suggetion Thanks
-
I'm using the IE7 browser,I use the window.close to close the browser. Below is my sample code strscript = " { window.opener=top;window.close();}" Me.ClientScript.RegisterStartupScript(Me.GetType(), "closescript", strscript) How can i remove the confirmation message on IE7? Any idea or suggetion Thanks