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
try this inbetween <head> tag
<base target="_self"/>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does ecma stand for?
What is a scope in javascript?
What is the use of a number object in javascript?
How to validate a form in javascript?
What would you use javascript for?
What is unobtrusive javascript? How to add behavior to an element using javascript?
How host objects are different from native objects in javascript?
What is npm javascript?
What are 2 (shorthand) boolean operators supported by javascript
How to make a array as a stack using javascript?
How is it possible to get the total number of arguments that are passed to a function?
Mention what is the disadvantage of using innerhtml in javascript?
What is the disadvantage of using innerhtml in javascript?
How to change style on an element?
How to write a script for "select" lists using javascript