What are the properties of stack?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about session? Where it runs & what are different types of session handling?
Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?
Is javascript frontend or backend?
Why does the browser display the slow script warning?
What is the javascript function?
Explain unescape() in javascript?
What causes memory leaks?
Which keywords are used to handle exceptions?
What are javascript closures?when would you use them?
Write a javascript program to make a simple calculator
What is the use of debugger keyword 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