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
How to create an object in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
What applications use javascript?
How do I run javascript on my iphone?
How to create a function in javascript?
Why do we need npm?
What is use strict in javascript?
Name the datatypes of javascript?
Which built-in method sorts the elements of an array?
What is a global variable in programming?
Do unused imports affect performance javascript?
What is the use of isNaN function?
What is the use of math object in javascript?
How to determine the state of a checkbox using javascript?
What coding language should I learn first?