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 accessing elements using javascript?
What is a named function in JavaScript? How to define a named function?
all possible test cases for normal number field,name field date field,check box,
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 set the cursor to wait?
How to trigger a postback on an updatepanel from javascript?
How to encode and decode a url in javascript?
How dhtml is used in javascript?
What are the different boolean operators in JavaScript?
What are the main uses of javascript?
How to test a string as a literal and as an object ?
Which built-in method combines the text of two strings and returns a new string?
Can you explain how inheritance works in javascript?
What is a noscript tag?
Who introduced javascript?