1) How can we use java script in testing the application?
2) What all the things(Software application - like browser, notepad) we need to
learn Jscript?
Answer / prasadkonnur
notepad or any editor, Browser,
Javascript must be enabled in browser
| Is This Answer Correct ? | 2 Yes | 0 No |
How and where javascript namespacing is used?
What is prototype in javascript and how do you use it?
What is difference between promise and callback?
In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?
What is a closure javascript?
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
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 the result of below given line of code in java script? 5+4+'7'?
Can you explain about screen object?
Why is currying called currying?
Which is best for front end?
How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?