1. Question: XMLHttpRequest object uses _______ and _________ to retrieve data.

    A
    XML Text

    Note: Not available
    1. Report
  2. Question: When we can use responseText property?

    A
    For retrieved data that we want to treat as standard text

    B
    For retrieved data that we want to treat as XML

    C
    For any emage

    D
    None

    Note: Not available
    1. Report
  3. Question: In XMLHttpRerquest Object Properties for IE which is used to  Read/write?

    A
    readyState

    B
    onreadystatechange

    C
    responseText

    D
    responseStream

    Note: Not available
    1. Report
  4. Question: Ajax stands for Asynchronous JavaScript and______.

    A
    XML

    Note: Not available
    1. Report
  5. Question: The value of______ means everything is just fine.

    A
    200

    Note: Not available
    1. Report
  6. Question: The value 0 means______

    A
    uninitialized

    Note: Not available
    1. Report
  7. Question: The value 404 means______

    A
    not found

    Note: Not available
    1. Report
  8. Question: From the following http which is relative URL? http://localhost/ch03/data.txt

    A
    localhost/ch03/data.txt

    B
    data.txt

    C
    localhost/ch03

    D
    Note: Not available
    1. Report
  9. Question: Which is correct Syntax for creating an XMLHttpRequest object for Old versions of Internet Explorer (IE5 and IE6) ?

    A
    variable=new ActiveXObject("Microsoft.XMLHTTP");

    B
    variable=new XMLHttpRequest();

    C
    variable=new XMLHttpRequest("Microsoft.XMLHTTP");

    D
    variable=new ActiveXObject();

    Note: Not available
    1. Report
  10. Question: We can send XML directly to the server by using the ______ method.

    A
    send

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