What is a javascript code?
No Answer is Posted For this Question
Be the First to Post Answer
Can i create an login account with javascript ,without using database ?
How to prevent a window not to be clicked or selected any way in java script?
How to get inner html of an element in javascript?
What is the use of a boolean object in javascript?
How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };
How to have the status line update when the mouse goes over a link (the support of the status line is sporadic)?
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
Why is currying called currying?
What are 2 (shorthand) boolean operators supported by javascript
What is encodeuri() in javascript?
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
Mention what is the disadvantage of using innerhtml in javascript?