On this Page

    http.send - send to server, get response

    Send to server, get response

    Syntax

    http.send(data)

    Parameters

    http - is the variable name used in a prior call to new XMLHttpRequest;

    data - any text data to be sent to the web URL.

    Returned Value

    0 if successful.

    Description

    Send to server, get response.