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


Please Help Members By Posting Answers For Below Questions

How to create a cookie using javascript?

506


all possible test cases for normal number field,name field date field,check box,

940


What is isnan in javascript?

534


what does javascript null mean?

550


What is the difference between registerclientscriptblock and registerstartupscript?

499






What is the difference between innerhtml and append() in javascript?

665


How Does Function Hoisting Work in JavaScript?

517


How do you write an event emitter base class that allows you to add event listeners?

553


Explain unescape() and escape() in javascript?

560


What does ecma stand for?

452


What is the importance of javascript? Expalin

525


What is singleton class in javascript? Explain

475


Is array a data type in javascript?

458


How to set a html document's background color?

543


Explain how to write class methods vs. Instance methods.

520