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 / senthil

sorry for the previous ans ami,


insteated above of try following code it may solve your
problem


window.opener = self;

window.close();

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a typeof operator do?

602


Explain function hoisting in javascript?

500


How to create function in JavaScript?

625


What is dataview in javascript?

481


What is the main difference between Map collections and other collections such as Set.

2633






What is null javascript?

476


How to validate a form in javascript?

500


How many types of javascript are there?

496


Which company developed JavaScript?

603


How long does it take to learn coding?

595


What are the different types of errors in javascript?

491


What is the prototype object in javascript and how it is used?

541


How do you declare a variable in javascript?

430


What is an Event Bubbling in Javascript?

574


What is event bubbling and capturing in javascript?

525