Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property helps to initiate the HTTP requests?

  2. A.

     request

    B.

     location

    C.

     send

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    It is possible for JavaScript code to script HTTP, however. HTTP requests are initiated when a script sets the location property of a window object or calls the submit() method of a form object. In both cases, the browser loads a new page.


Be The First To Comment