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
What is innertext javascript?
What is the difference between ‘var’ and ‘let’ keyword?
What do ellipses mean in javascript?
What is the use of decodeuri() and encodeuri()?
Can you explain the difference between call and apply?
What are the types of data types?
What is the difference between window.onload and ondocumentready?
How can javascript codes be hidden from old browsers that don't support javascript?
What are the javascript objects?
How are DOM utilized in JavaScript?
TypeError: document.getelementbyid(...) is null?
How to get checkbox status whether it is checked or not?
What is the use of a weakset object in javascript?
How to define name function in javascript?
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...