How can JavaScript be used?
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
wap to accept an int array frm the user and print the lucky nos.
How do I use an external javascript file?
Define event bubbling?
Is it possible make a call to server side event of any button using javascript?
Are java and javascript same?
Why it is not advised to use innerhtml in javascript?
What is the disadvantage of using innerhtml in javascript?
What is the source code for include() & forwrd() method servlet program?
What are the main uses of javascript?
What is the use of isNaN function?
What is javascript namespacing?