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".
Answers were Sorted based on User's Feedback
Answer / senthil
try this inbetween <head> tag
<base target="_self"/>
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / gayathri
<a href="javascript:window.close();"> close window </a>
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naveen das
check if your code contains the following script
window.close();
or
window.opener.close();
| Is This Answer Correct ? | 2 Yes | 1 No |
How to use strings as array indexes using javascript?
What is double exclamation point?
Why would you use a sticky session?
What is the difference between null and undefined?
What is the main difference between Map collections and other collections such as Set.
Why javascript is dangerous?
How is it possible to get the total number of arguments that are passed to a function?
What does 3 dots mean in javascript?
What are arrays in javascript?
What does three dots mean in texting?
How to convert json string to object?
What is this keyword?
9 Answers Cognizant, Infosys, Satyam,