We are facing problem with the compatibilty of IE 7 and IE
6.We are calling a showModal window that is working fine in
IE6 but with IE7 it opens a new Window and Data is not
getting poputaled.In some pages it Gives an error "The
webpage you are viewing is trying to Close the window.Do
you want to close this window".
Answer Posted / naveen das
check if your code contains the following script
window.close();
or
window.opener.close();
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to prevent modification of an object in Javascript?
Can you run javascript in notepad?
What is the importance of javascript? Expalin
Why it is not advised to use innerhtml in javascript?
What is an object in javascript, give an example?
How are tag positions used in javascript?
What is the use of debugger keyword in javascript?
How do browsers work?
What is the use of a date object in javascript?
Is javascript faster than asp script?
What does the delete operator do?
How do you add an element at the end of an array?
What is lazy instantiation in java?
What are different types of popup boxes available in javascript?
Difference between '=', '==' and '===' operators?