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 the difference between typeof and instanceof operators in Javascript?
What is the benefit of arrow functions?
Is javascript object a hash table?
What does => mean in node js?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
Name the types of functions.
What are the variables in javascript?
How do you target a specific frame from a hyperlink?
What is js injection?
What is noscript tag?
How to import all exports of a file as an object.
What does "1"+2+3 evaluate to?
How to write normal text code using JavaScript dynamically?
What are the difference between undefined and not defined in javascript?
What is difference between local variable and global?