1. Question: Which of the following get method in Ajax gold library is used to get text from the server?

    A
    getDataReturnText

    B
    postDataReturnXml

    C
    getDataRequestText

    D
    postDataRequestText

    Note: Not available
    1. Report
  2. Question: Which of the following post method of Ajax gold library is used to send data to the server gets XML back from the server?

    A
    getDataReturnText

    B
    postDataReturnHtml

    C
    postDataReturnText

    D
    postDataReturnXml

    Note: Not available
    1. Report
  3. 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
  4. Question: What is Ajaxlib?

    A
    software

    B
    technology

    C
    framwork

    D
    language

    Note: Not available
    1. Report
  5. Question: Which method sets name & value of an HTTP headers?

    A
    getAllResponseHeaders

    B
    getResponseHeader

    C
    setRequestHeader

    D
    all

    Note: Not available
    1. Report
  6. Question: Which of the following are the main functions of libXmlRequest?

    A
    postHtml

    B
    getHtml

    C
    postXml

    D
    getXml

    Note: Not available
    1. Report
  7. 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
  8. Question: We can send XML directly to the server by using the ______ method.

    A
    send

    Note: Not available
    1. Report
  9. Question: The XMLHttpRequest Object has two properties, these are _______ and _______

    A
    readyState

    B
    status

    Note: Not available
    1. Report
  10. 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
Copyright © 2024. Powered by Intellect Software Ltd