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


Please Help Members By Posting Answers For Below Questions

What is javascript ‘strict mode’?

486


How to trigger a postback on an updatepanel from javascript?

489


What is the difference between push() and concat() in javascript?

522


What is a named function in JavaScript? How to define a named function?

527


Who created npm?

482






What are anonymous functions in Javascript?

536


How can you declare a class in javascript?

545


What are screen objects?

513


How to convert json object to string?

569


How can we establish connection with java and sql server?

1597


Should I disable javascript?

472


How to set the cursor to wait in JavaScript?

549


What are the different boolean operators in JavaScript?

469


What is the difference between childNode and children?

528


How does typeof operator work?

580