Error: The web page you are viewing is trying to close the window. Do you want to close this window? : Resolved
But in Jquery, when use different extensions, they are using "close" function to close the window. extension is using jQuery close function but in IE it is creating conflict with window's close function. So, you can resolved "The web page you are viewing is trying to close the window. Do you want to close this window?" error by changing the name of the function in jQuery modal window or any Jquery extension file.
window.open('', '_parent', '');
self.opener = this;
self.close();
self.opener = this;
self.close();
No comments:
Post a Comment