How do I activate javascript on my phone?
No Answer is Posted For this Question
Be the First to Post Answer
What are the four types of javascript objects?
Explain the typeof operator?
Is javascript becoming obsolete?
What is arguments object in JavaScript?
Can you assign an anonymous function to a variable and pass it as an argument to another function?
What is shift() method in javascript?
Name some of the ways in which Type Conversion is possible?
What is a closure and why are they so useful to us?
How to create arrays in javascript?
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
Describe what u had done today?
How do you know if a set of points is a function?