why jsp
No Answer is Posted For this Question
Be the First to Post Answer
why we need java instead of c
How to remove duplicates from javascript array?
What is the use of the ‘this’ keyword?
hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent
What is the way to get the status of a CheckBox?
What is the difference between childNode and children?
HI friends .am Mohammed Riyash.JMC BCA Tricy. My doubt is. In some websites like bloomberg.com..etc. when MouseOver() action performed.the menuitems will be drop down..and hides when blur()action happened.any body give the code for that..
What would you use javascript for?
What are the two basic groups of dataypes in javascript?
Explain the working of timers in javascript?
Is everything in javascript asynchronous?
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