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 change video files randomly after completing its execution in Javascript?
How do I disable javascript in my browser?
What are the variable naming conventions in javascript?
What is the role of break and continue statements?
Enumerate the differences between Java and JavaScript?
What is double exclamation point?
What is the difference between java & javascript?
What is camelcase in programming?
Explain with an example the use of event handlers in javascript.
What are the features of javascript?
How to add multiple functions in javascript?
What is decodeuri(), encodeuri() in javascript?
Is there any class in javascript?
Explain promise in javascript?
List the comparison operators supported by javascript?