Answer Posted / glibwaresoftsolutions
Among JavaScript's attributes are:
Programming language that is lightweight and interpretable
Positive for network-centric applications
Java-compatible
Cross-platform, open source, and complementary to HTML
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in javascript?
Program to return the address family of a socket
Is it possible make a call to server side event of any button using javascript?
Is javascript necessary?
What is decodeuri() function?
What is the main difference between Map collections and other collections such as Set.
What is undefined in math?
How do you access an element in an HTML document with JavaScript?
What are the primitive data types in JavaScript?
How to handle event handlers?
What is noscript tag?
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
What is javascript in simple terms?
Difference between undefined and undeclared variables?
Is javascript harmful?