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
What is an external javascript?
How to remove duplicate values from a javascript array?
Why global variables are bad javascript?
What is the use of a boolean object in javascript?
What is the most widely used programming language?
How to add html elements dynamically with JavaScript?
What does triple dot mean?
What are javascript objects?
What is unshift method in JavaScript?
What is the difference between null & undefined?
How we can get the value of an element using javascript?
Can I open javascript on iphone?
Describe javascript and vbscript.
How to loop through array in javascript?
What is callback in javascript?