1. Question: The XMLHttpRequest Object has two properties, these are _______ and _______

    A
    readyState

    B
    status

    Note: Not available
    1. Report
  2. Question: When the user clicks the button, a function named ______ is called with the relative URL to get the JavaScript from.

    A
    getData

    Note: Not available
    1. Report
  3. Question: The possible values of the readyState property are

    A
    0

    B
    1

    C
    2

    D
    3

    E
    4

    F
    all

    Note: Not available
    1. Report
  4. Question: Which of the following correct XMLHttpRequest Object Properties for this meaning ?

    "Holds the name of the event handler that should be called when the value of the readyState property changes"

    A
    onreadystatechange

    B
    readyState

    C
    responseXML

    D
    responseText

    Note: Not available
    1. Report
  5. Question: A value of ______ means everything is just fine.

    A
    200

    Note: Not available
    1. Report
  6. Question: Which of the following correct XMLHttpRequest Object Properties for this meaning "Holds the state of the request " ?

    A
    onreadystatechange

    B
    readyState

    C
    responseXML

    D
    responseText

    Note: Not available
    1. Report
  7. Question: Which of the following correct XMLHttpRequest Object Properties for this meaning "Holds the response body as a string" ?

    A
    onreadystatechange

    B
    readyState

    C
    responseXML

    D
    responseText

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd