In a pop-up browser window, how do you refer to the main browser window that opened it?
No Answer is Posted For this Question
Be the First to Post Answer
What typeof returns for a null value?
What is the requirement of debugging in javascript?
What is namespacing in javascript and how is it used?
How javascript sort function works?
What coding language should I learn first?
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 create a moving div?
Why do we need to declare variables?
How can you detect the client operating system using javascript?
Is an interface is a class?
Explain arrow functions?
What is a javascript symbol?