How to write hello world on the web page?
No Answer is Posted For this Question
Be the First to Post Answer
how do you declare variables in javascript?
What is ‘this’ keyword in JavaScript?
Is there any difference between javascript and jscript?
Which parameter of load ()' s callback function has the data?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
what is interface ?
What is a closure and how do you use it?
How do I get javascript?
What is the difference between undefined and not defined in JavaScript?
Define a named function in javascript.
How do I activate javascript on my phone?
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