What is the Use of true or false in Ajax cal using Java
Script?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / hari kumar
ajax is a very famous football team ,but it doesnt hav any players wit the name true or false ,hence the qn is wrong
| Is This Answer Correct ? | 0 Yes | 6 No |
How do I open javascript?
How you can modify XAML content from JavaScript in Silverlight?
What will happen if an infinite while loop is run in Javascript?
How to remove duplicates from javascript array?
What are the three core languages in web pages?
Is it possible to use javascript to change the meta-tags of the page?
what is onfocus and onblur events in java script?
How to use "join()" to create a string from an array using javascript?
What is difference between promise and callback?
TypeError: document.getelementbyid(...) is null?
What is the difference between call & apply?
What is eager initialization in java?