# Saturday, September 03, 2005

Sometimes we have to close the window after our screen logic has executed, so usually we're writing window.close(); in our page BUT this causes this message to arise -

close_areyousure.gif

If you want to avoid this message, simply write:

window.opener = window;
window.close();

« Viewing your "TODO"s in VS.NET "Task list"  | Main |   Damn, I love Add-ins ! »
Tuesday, May 22, 2007 6:32:17 AM (Jerusalem Standard Time, UTC+02:00)
Thanks dude,
was really simple and u cared to mention that.Other stuffs i found on net are taking pretty long route for this .
Preet
Comments are closed.