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 / gayathri
<a href="javascript:window.close();"> close window </a>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get the contents of an input box using javascript?
What is === in javascript?
Difference between window.onload and onDocumentReady?
What are two-way data binding and one-way data flow, and how are they different?
Why is it called javascript?
Who introduced javascript?
Can you put javascript in html?
What is array in javascript?
What does the attribute defer/async do when added to the script tag?
What is escape & unescape String functions in JavaScript?
Define unescape() function?
What is a javascript code?
What are the advantages of using JavaScript?
Is everything in javascript asynchronous?
What is a function object?