Hi all,
I'm using the following javascript to close a browser window:
It works good but I get the confirmation prompt. Is there a way I can modify the above syntax so it closes the browser window without the confirmation prompt? I'm using VS 2008 and ASP.NET 2.0Code:Response.Write("<script language='javascript'> { window.close();}</script>")
Thanks,
Strick




Reply With Quote