ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2290)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50)
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
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
how you can run Rails application without creating databases?
why ,what, when, where,how the extended star schema is used.
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
Give an example of both stateless and stateful components with source code?
What do the abbreviations asp and jsp stand for?
What's new features in angular 5?
Explain the difference between const and let in node js?
What are class variables?
What is latest version of angularjs?
What is a module and what does it contain?
What is routerlinkactive in angular?
What happens in dereferencing?
What is @outputs in angular 2?