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



We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window tha..

Answer / senthil

try this inbetween <head> tag
<base target="_self"/>

Is This Answer Correct ?    4 Yes 0 No

We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window tha..

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

We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window tha..

Answer / gayathri

<a href="javascript:window.close();"> close window </a>

Is This Answer Correct ?    2 Yes 0 No

We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window tha..

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

Post New Answer

More JavaScript Interview Questions

What does triple dot mean?

0 Answers  


What is the importance of javascript?

0 Answers  


To put a "close window" link on a page ?

0 Answers  


How to use external JavaScript file?

0 Answers  


Explain the steps for connecting the system to Internet.

0 Answers   Annamalai University,






Where should I put script tags?

0 Answers  


How many hours learn javascript?

0 Answers  


What is differential inheritance?

0 Answers  


What is the default scope in javascript?

0 Answers  


Can you give an example showing javascript hoisting?

0 Answers  


Explain the process of document loading.

0 Answers  


Why is javascript used for web pages?

0 Answers  


Categories