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

Which built-in method returns the calling string value converted to upper case?

518


How do I add javascript to chrome?

520


How to create objects in JavaScript?

544


What are the benefits of learning javascript?

522


How will you create new object in javascript?

526






What is a hash javascript?

522


how to write frame work Architecture in QTP

1515


Is javascript frontend or backend?

450


Write the code for adding new elements dynamically?

600


What is node ecosystem?

457


What are the four basic data structures in javascript?

485


What are the Advantages and Disadvantages of JavaScript?

521


Can you assign an anonymous function to a variable?

497


How to replace all occurrences of a string in JavaScript?

501


Is not a function error in javascript?

487