What is the Use of true or false in Ajax cal using Java
Script?
Answer Posted / vicky
I believe the question is about Open
("Get/Post","url","async") method.
True : Asnynchronisation is on. We can carryon the
processing and must not wait for the result. We'll assign
the function to get data in onReadyStateChange.
False: Synchronous processing. We must wait for the result
for further processing.
Thanks,
VS
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can I learn javascript without html?
What is the difference between the operators ‘==‘ & ‘===‘?
What are all the looping structures in javascript?
What are the ways to define a variable 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
What are the three core languages in web pages?
What is the difference between "var" and "let" keywords?
What is unshift method in JavaScript?
Text from your clipboard?
What is a method in javascript?
What is called variable?
How use javascript html?
What is use of flutter?
What is array in javascript?
Which companies are using node js?