Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the difference between test () and exec () methods?

0 Answers  


What companies use javascript?

0 Answers  


Which company developed JavaScript?

0 Answers  


What is javascript and its advantages?

0 Answers  


What are the string methods?

0 Answers  


What are nodes in javascript?

0 Answers  


What is an anonymous function in JavaScript?

0 Answers  


HI friends .am Mohammed Riyash.JMC BCA Tricy. My doubt is. In some websites like bloomberg.com..etc. when MouseOver() action performed.the menuitems will be drop down..and hides when blur()action happened.any body give the code for that..

1 Answers   iGate, Reliance,


How to get complete current page url with javascript?

0 Answers  


What are limitations in javascript?

0 Answers  


How is it possible to get the total number of arguments that are passed to a function?

0 Answers  


How to convert a string to a number using javascript?

0 Answers  


Categories