Use of XMLHttpRequest object in AJAX

What is the use of XMLHttpRequest object in AJAX?

E

Expert

Verified

XMLHttpRequest object is used by the JavaScript to move XML and another text data between server and client. XMLHttpRequest object permits a client-side script to carry out an HTTP request. The AJAX applications use a XMLHttpRequest object so that browser could communicate to server without a postback of the whole page. In previous versions of the Internet Explorer, MSXML ActiveX component is apt to provide this functionality; but, Internet Explorer 7 and another browser, like Mozilla Firefox, XMLHttpRequest is not apt to.

   Related Questions in Programming Languages

  • Q : Write a program that initializes an

    Write a program that initializes an integer array a[20] with values {0, 1, 2, 3, ...18, 19 - once each} then scrambles them up and prints the values in random order. For example: 19 2 3 8 11 1 4 17 7 15 9 0 16 12 18 13 5 6 10 14    

  • Q : Program to Calculate Estimate

    Collaboration Policy Collaboration between students on programming assignments is NOT allowed under any circumstances - you may not even discuss your work with other

  • Q : Define the term Binary Binary : This is

    Binary: This is the number representation in base 2. In base 2, only digits 0 and 1 are utilized. Digit positions symbolize successive powers of 2.

  • Q : What is Hash function Hash function : A

    Hash function: A function employed to generate a hash code from the random contents of an object. The classes can override the hash Value method, inherited from the Object class, to state their own hash function.

  • Q : Short lock in the tibco iProcess

    Describe the term short lock in the tibco iProcess in brief.

  • Q : Explain the computer process Explain

    Explain the computer process.

  • Q : What are the uses of GPC and GPT What

    What are the uses of GPC and GPT?

  • Q : Use the Processing program for the

    1. Here is a short program. It prints out the value of a variable "x". Ernie and Bert disagree about what will be printed: Ernie says, the value gets changed in "changeX" so it will print "7", and Bert says, no, when the function exits the changes get reversed and the value goes back to "5". Expl

  • Q : Commands used to create the files

    Specify different commands which are used in order to create the files?

  • Q : Limit the Scope of Data Declarations

    Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod

©TutorsGlobe All rights reserved 2022-2023.