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
How would you organize your javascript code?
What is null in javascript?
How to create a confirmation box?
What are exports and imports?
What is javascript in simple terms?
How to make a function in javascript?
How to set the focus in an element using javascript?
How to hide javascript code from old browsers that dont run it?
What is foreach loop in javascript?
How would you check if a variable is null/undefined?
What is a closure and how do you use it?
How to shift and unshift using javascript?
What is the use of blur function?
What is eval() in javascript?
What happens when the recursion calling is applied on two functions?