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 window & document in javascript?
What do mean by NULL in Javascript?
What is a null variable in javascript?
What is null in javascript?
What are all the types of Pop up boxes available in JavaScript?
what is a code in vb amount display in words
How do I disable javascript in my browser?
Write the code for adding new elements dynamically?
what are the difference unescape() and escape() functions?
What is escape & unescape String functions in JavaScript?
How to delete a cookie using javascript?
What is meaning of === in javascript?
What is client side programming?
What is difference between javascript and jscript?
What are JavaScript Cookies?