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 difference between ajax and javascript?
What is the difference between scripting and programming?
How to embed javascript in a web page?
What is the use of type of operator?
What is javascript in simple terms?
How to write comment in JavaScript?
How is it possible to get the total number of arguments that are passed to a function?
How do I turn on javascript?
Why is javascript good for websites?
What do mean by NULL in Javascript?
Why is javascript so important?
Which is better python or javascript?
How to get checkbox status whether it is checked or not?
What is an undefined value in JavaScript?
What creates scope in javascript?