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 |
What do you mean by enumeration?
What is "this"?
How to submit a form using JavaScript by clicking a link?
What are the different types of errors supported by javascript?
How do I view javascript in chrome?
different between web server and application server
How to test a string as a literal and as an object ?
Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?
How to define a anonymous function?
What is the use of dom?
Is javascript a programming language?
Explain the for-in loop?