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
Is a relation always a function?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
How to call a function inside a function in javascript?
Can I declare a variable as CONSTANT in JavaScript?
What is javascript used for in web design?
Which built-in method returns the string representation of the number’s value?
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
When do we use JSON.stringify()?
accessdenied javanet disconnet
How to setting a cookie with the contents of a textbox?
How to disable an html object ?
Define escape() function?
How do you declare a variable in javascript?
how can we retrieve value from one database server and store them another database server using sql server code
What is ‘this’ keyword in JavaScript?