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


Please Help Members By Posting Answers For Below Questions

Explain with an example the use of event handlers in javascript.

544


Is it safe to use javascript?

518


What are parameters in javascript?

489


Which companies are using node js?

447


What is the difference between "var" and "let" keywords?

530






What is the difference between scripting and programming?

476


Is JavaScript a true OOP language?

640


What is the best ide for javascript development?

487


What makes something a function?

503


How to convert “20” to number in javascript?

523


How to loop through array in javascript?

481


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

624


Which built-in method returns the character at the specified index?

745


How do you add an element at the end of an array?

563


How do I enable cookies and javascript?

498