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
What is npm javascript?
Explain equality operators in javascript?
Explain escape() in javascript?
How to empty an array in JavaScript?
What is npm repository?
Can you explain how inheritance works in javascript?
What is shift() method in javascript?
Explain why "self" is needed instead of "this".
What is the difference between window and document in Javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
What is lambda in programming?
How to get the contents of an input box using javascript?
Should I disable javascript?
Why is currying called currying?
How can the os of the client machine be detected?