30 March 2007

IE7 Window Close Alert solution:

Solution 1: http://support.microsoft.com/kb/911328/
Solution 2: edit default.aspx, modify:

if (window.name != "MSCRM_MAIN")
{
//var oMe = window.self;
//oMe.opener = window.self;
//oMe.close();
window.open('','_parent','');
window.close();
}

5 comments:

Unknown said...

thanks, it worked on the first try!

Anonymous said...

Visit website for More Details.

Anonymous said...

thanks.

but i found solution at http://technoexperts.blogspot.com/2008/08/close-window-without-javascript-alert.html

Anonymous said...

Visit for more details http://developmentzone.blogspot.com/2008/08/close-browser-window-without-prompt.html

Anonymous said...

Ya technoexperts is not working.