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
Is array a data type in javascript?
What kind of conditional statements does JavaScript support?
Explain what is javascript? List some data types supported by javascript?
What is the use of a boolean object in javascript?
What are types of javascript?
discuss scoping in javascript?
How to test a string as a literal and as an object ?
Do you have to declare variables in javascript?
What are the variables in javascript?
How to add buttons in javascript?
What is javascript and its advantages?
How do you write an if statement in javascript?
how do you declare variables in javascript?
How Can I get facebook fans/likes?
To put a "close window" link on a page ?