What is are the types of the pop up box es available in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
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
what is the extension of java script.
What are the various functional components in javascript?
What is the difference between call & apply?
How to write html code dynamically using JavaScript?
What is a good javascript editor?
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
What does trim stand for?
What is a class in javascript?
Do you need to declare variables in javascript?
How do you assign object properties?
What is a closure javascript?